How can I have all these elements centered? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I have all these elements centered?

https://code.sololearn.com/WPIJ0G4KLgFf/?ref=app I tried to put them into a <div align="center"> or <article align="center"> tag, but it looks like they are not affected by it as I've already specified their position in CSS, but I'd like that the percentual position that I've specified was relative to one of these block tags, not to the html file. CAN YOU SEND ME THE MODIFIED CODE, PLEASE?

22nd Nov 2019, 6:19 PM
Giulio Cusenza
Giulio Cusenza - avatar
2 Answers
+ 1
margin:auto;
22nd Nov 2019, 6:28 PM
VOID
VOID - avatar
0
Can you send me the modified code?
22nd Nov 2019, 6:41 PM
Giulio Cusenza
Giulio Cusenza - avatar