Help - Search - Members - Calendar
Full Version: reset sheet?
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
shawtiegotem
Can someone give me a reset style-sheet so I can reset all margins, defaults,text in all browsers. I had one when I was studying css, but I bought a new computer and lost the sheet :(

or can someone explain how to make one?
shawtiegotem
Haha I wanted to find a good one! so I didn't want to google it but thanks!
mipadi
Eric Meyer's is the canonical CSS reset sheet.
shawtiegotem
could you give me a more simple reset sheet? for a beginner
fixtatik
Like this?
CODE
* {
    border: 0;
    font-size: 100%;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
}

Even though Eric Meyer's sheet is perfect for beginners...
manny-the-dino
Topic Closed, and Moved to Resolved Topics. Please PM a moderator if you would like this reopened.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.