Fill in the blanks to align the list items to the left, position them below each other, and remove the bullet point. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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; }

27th Sep 2022, 8:10 AM
Ash Ketchum
3 Answers
0
Read the previous lesson again, then do the quiz.
27th Sep 2022, 9:31 AM
Lisa
Lisa - avatar
0
Thanks now got it
29th Sep 2022, 5:40 AM
Ash Ketchum
0
ul{ margin: 0; padding: 0; list-style: none; text-align: left; }
28th Oct 2022, 3:22 PM
sajad heydari
sajad heydari - avatar