Posted By


jonkemp on 07/03/10

Tagged


Statistics


Viewed 632 times
Favorited by 3 user(s)

YUI Reset CSS 3.1.1


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

The foundational CSS Reset removes the inconsistent styling of HTML elements provided by browsers. This creates a dependably flat foundation to built upon.


Copy this code and paste it in your HTML
  1. /*
  2. Copyright (c) 2010, Yahoo! Inc. All rights reserved.
  3. Code licensed under the BSD License:
  4. http://developer.yahoo.com/yui/license.html
  5. version: 3.1.1
  6. build: 47
  7. */
  8. html{color:#000;background:#FFF;}
  9. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
  10. table{border-collapse:collapse;border-spacing:0;}
  11. fieldset,img{border:0;}
  12. address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
  13. li{list-style:none;}
  14. caption,th{text-align:left;}
  15. h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
  16. q:before,q:after{content:'';}
  17. abbr,acronym{border:0;font-variant:normal;}
  18. sup{vertical-align:text-top;}
  19. sub{vertical-align:text-bottom;}
  20. input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
  21. input,textarea,select{*font-size:100%;}
  22. legend{color:#000;}

URL: http://developer.yahoo.com/yui/3/cssreset/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.