Guest User

Untitled

a guest
Nov 22nd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. *{
  2. margin: 0;
  3. border: 0;
  4. padding: 0;
  5. box-sizing: border-box;
  6. -webkit-font-smoothing: antialiased;
  7. outline: none;
  8. }
  9.  
  10. a{
  11. text-decoration: none;
  12. }
  13.  
  14. ul{
  15. list-style: none;
  16. }
  17.  
  18. html, body{
  19. height: 100%;
  20. min-height: 100%;
  21. }
Add Comment
Please, Sign In to add comment