Line 119: | Line 119: | ||
animation-iteration-count: infinite; | animation-iteration-count: infinite; | ||
} | } | ||
+ | .image_slider{ | ||
+ | width:100%; | ||
+ | } | ||
+ | .image_slider img{ | ||
+ | width:60%; | ||
+ | left: 50%; | ||
+ | transform: translate(-50%,-50%); | ||
+ | } | ||
− | @keyframes rise_up{ | + | /*@keyframes rise_up{ |
from{ | from{ | ||
bottom: 10%; | bottom: 10%; | ||
Line 127: | Line 135: | ||
bottom: 80%; | bottom: 80%; | ||
} | } | ||
− | } | + | }*/ |
</style> | </style> | ||
</html> | </html> |
Revision as of 06:43, 12 October 2021