0
How can I add some animation in my blog?
3 Antworten
+ 1
body {
animation: mv 2s linear infinite;
}
@keyframes mv {
from {
border:5px dashed magenta;
}
to {
border:5px dotted magenta;
}
}
+ 4
1) take a look at the html, css and js courses
2) think of one better question than spamming lots of questions you could google on your own
3)https://www.w3schools.com/css/css3_animations.asp
#noOffence 😂
+ 2
I'm glad Kamil was the a-hole instead of me. I was debating it, but your post was more constructive than the nonsense I was going to say to make the point that search engines exist. :D