Guest User

Untitled

a guest
Apr 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. /*------------------------------------------------------------------------------------
  2. Global Reset
  3. ------------------------------------------------------------------------------------*/
  4. * {
  5. padding:0;
  6. margin:0;
  7. }
  8. h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
  9. li, dd { margin-left:5%; }
  10. fieldset { padding: .5em; }
  11. select option{ padding:0 5px; }
  12.  
  13. .access{ display:none; } /* For accessibility related elements */
  14. .clear{ clear:both; height:0px; font-size:0px; line-height:0px; overflow:hidden; }
  15. a{ outline:none; }
  16. a img{ border:none; }
  17.  
  18. .clearfix:after {
  19. content: ".";
  20. display: block;
  21. height: 0;
  22. clear: both;
  23. visibility: hidden;
  24. }
  25. * html .clearfix {height: 1%;}
  26. .clearfix {display: block;}
Add Comment
Please, Sign In to add comment