Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. html {
  2. -webkit-box-sizing: border-box;
  3. -moz-box-sizing: border-box;
  4. box-sizing: border-box;
  5. }
  6. *, *:before, *:after {
  7. -webkit-box-sizing: inherit;
  8. -moz-box-sizing: inherit;
  9. box-sizing: inherit;
  10.  
  11. height: 100%;
  12. width: 100%;
  13.  
  14. margin: 0;
  15. padding: 0 ;
  16. }
  17.  
  18. ul {
  19. list-style: none;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement