How to make the animation start at the center of the page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to make the animation start at the center of the page?

https://code.sololearn.com/WPB9r0dn5ioI/?ref=app

9th Jan 2021, 5:31 AM
Dzikamayi Mhete
Dzikamayi Mhete - avatar
3 Answers
+ 3
Center the div element either by using transform property or change property of it's parent element, i.e. body body{ height:100vh; display:flex; justify-content:center; align-items:center; }
9th Jan 2021, 5:38 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 2
Remove css selector position:absolute; from div would make the code center. https://code.sololearn.com/WIXB1GZl1zL1/?ref=app
9th Jan 2021, 7:25 AM
Calviղ
Calviղ - avatar
+ 1
Ok thanks
9th Jan 2021, 5:42 AM
Dzikamayi Mhete
Dzikamayi Mhete - avatar