0
Fill in the blanks to align the list items to the left, position them below each other, and remove the bullet point.
ul { margin: 0; padding: 0; __________:______; ____________ : left; }
3 Réponses
0
Read the previous lesson again, then do the quiz.
0
Thanks now got it
0
ul{
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}