+ 9
Why isn't my empty box (ogre head) moving?
2 Answers
+ 3
Use @keyframes in css.
And also if you want to make that border apphear, use "solid" instead of "line"
+ 4
Hey. If you want it to move, you should use transform, rotate and other dynamic commands. But if you want just see your ogre head, you should realize border as: border: 2px solid coral; If you want its background to be coral, you should write background-color: coral;