Hi, how can i make the width and height animation grow radially out in CSS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Hi, how can i make the width and height animation grow radially out in CSS?

https://code.sololearn.com/Wpcn1P8BCgbR/#css When i change the position top to bottom it grows towards to top. Is there a way to grow it from center to the whole page?

7th Sep 2018, 9:17 AM
Mustafa Y
Mustafa Y - avatar
3 Answers
+ 2
Thanks Calviղ
7th Sep 2018, 9:46 AM
Mustafa Y
Mustafa Y - avatar
+ 2
In additional to Calviղ's answer, To center it picture perfect with flexbox, use justify attribute: justify-content:center; align-items:center;
7th Sep 2018, 10:17 AM
🌴Vincent Berger🌴
🌴Vincent Berger🌴 - avatar