Guest User

Untitled

a guest
Feb 13th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. /* Reset */
  2. html, body, div, article, header, nav, ul, ol, li, a, form,
  3. legend, input, label, p, img, textarea,
  4. h1, h2, h3, h4, h5, h6, header {
  5. margin: 0; padding: 0;
  6. list-style: none;
  7. }
  8.  
  9. html {
  10. box-sizing: border-box;
  11. }
  12.  
  13. html, body, .container {
  14. height: 100%;
  15. }
  16.  
  17. *, *:before, *:after {
  18. box-sizing: inherit;
  19. }
  20.  
  21. table {
  22. border-collapse: collapse;
  23. }
  24.  
  25. a {
  26. text-decoration: none;
  27. }
  28.  
  29. html, body {
  30. background: #fff;
  31. font-family: sans-serif;
  32. }
Add Comment
Please, Sign In to add comment