+ 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 Réponses
7th Sep 2018, 9:42 AM
CalviŐČ
CalviŐČ - avatar
+ 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