HTML 5 Reset CSS


/ Published in: CSS
Save to your folder(s)

Trimmed and personalised version of Eric Meyer's Reset CSS.


Copy this code and paste it in your HTML
  1. html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,cite,img,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
  2. {border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline;}
  3. article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
  4. body{line-height:1;}
  5. ol,ul{list-style:none;}
  6. blockquote{quotes:none;}
  7. blockquote:before,blockquote:after{content:'';content:none;}
  8. table{border-collapse:collapse;border-spacing:0;}
  9. a{outline:none;}

URL: http://darrenhuskie.com/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.