Animation help .. my box not moving!!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Animation help .. my box not moving!!!

<!DOCTYPE html> <html> <head> </head> <body> <!-- Start your code here --> <h1>2d</h1> <!-- End your code here --> </body> </html> h1{ border-style : dashed; text-align : center; margin : 40px 200px 0 0 ; padding : 24px 0px 24px 0px; border-radius : 30px; background-color : #C86C2A7A } h1{ animation: spin 10s linear infinite; }

24th Jun 2020, 8:28 AM
Mahi Chowdhury
Mahi Chowdhury - avatar
1 Answer
+ 1
This code not have a @keyframe section. @keyframes only helps to move your box 🔥
24th Jun 2020, 6:43 PM
Manimaran K
Manimaran K - avatar