I can't do the list order list and unorder list moving into the margin center position. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I can't do the list order list and unorder list moving into the margin center position.

Please solve my issue https://code.sololearn.com/WGI4o4hSa2Qm/?ref=app

7th Mar 2023, 1:40 PM
Nazifa Tasneem
1 Answer
0
I move it to center with some classes and make it flex. https://code.sololearn.com/WEmWNCAZafLJ/?ref=app Hope this help. Note: if you want the list column-like,just add: .center { display: flex; justify-content: center; flex-direction: column; } .list { margin: 20px; // Depends on your needs }
7th Mar 2023, 2:25 PM
Frederick Kinton
Frederick Kinton - avatar