Day 9

To remove the padding in <ul>, set it to padding:0

To separate <li> which is displayed inline, use margin instead of padding.  Padding will not set the spaces accurately.  Margin SHOULD ALWAYS be used.

If the 3rd li child should have a different margin, how do we refer it from CSS?

Leave a comment