Return to Snippet

Revision: 19281
at October 20, 2009 11:08 by jonahlyn


Initial Code
html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,  
input, textarea {  
    margin: 0;  
    padding: 0;  
    font-size: 100%;  
}  
ul {list-style: none;}  
img, fieldset {border: 0;}  
h1, h2, h3 {font-weight: normal;}  
em {font-style: italic;}  
strong {font-weight: bold;}  

Initial URL
http://www.fivefingercoding.com/xhtml-and-css/create-custom-css-reset

Initial Description


Initial Title
Bare-bones CSS Reset

Initial Tags
css

Initial Language
CSS