CSS:Remove the top and bottom space of ul

By default, the ul tag leaves blank space above and below the line,If you don't want the blank space,You can add to the ul tag in CSS:

ul {
margin:0;
}

 

[Related Links]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.