Konu
Html Css Efekt işlemi yaptılacak.
23-12-2022, 14:21:34
#3
EmreMemis
@keyframes Animation {
from{
margin-left: 350px}
to{
margin-left: 0
}
}