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
1 Resposta
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
}