+ 4
Hey guys! Assist me with this..
correct my code.. to make these icons apart from each othet! the first goes to the most-left side, second stay at the middle and the last at the most-left side https://code.sololearn.com/WMiWX6VS907w/?ref=app
2 ответов
+ 3
Or use
ul{
display:flex;
justify-content:center;
}
To center the elements
0
Add this to your css rule of "ul li":
width: 33%;
text-align: center;
Then you need to play with the padding to make it fit