Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Unordered list not lining up with div container Re: Unordered list not lining up with div container

#59208
Squintz
Member
"apostrophe" wrote:
You can add this to the top of your stylesheet for now but you should really look at doing a proper css reset.

Code:
* {
margin: 0;
padding: 0;
}

What makes a reset proper or improper?