Why isn't my empty box (ogre head) moving? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Why isn't my empty box (ogre head) moving?

Help! https://code.sololearn.com/WWjLRuJyPeZU/?ref=app

3rd Nov 2018, 5:10 PM
Calimari
Calimari - avatar
2 Answers
+ 3
Use @keyframes in css. And also if you want to make that border apphear, use "solid" instead of "line"
3rd Nov 2018, 10:00 PM
Jingga Sona
Jingga Sona - avatar
+ 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;
3rd Nov 2018, 7:55 PM
Ivan
Ivan - avatar