Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. footer {
  2. height: 500px;
  3. background-color: #212121;
  4. color: #FFFFFF;
  5. }
  6. * {
  7. box-sizing: border-box;
  8. color: #212121;
  9. }
  10. user agent stylesheet
  11. article, aside, footer, header, hgroup, main, nav, section {
  12. display: block;
  13. }
  14. html, body {
  15. padding: 0;
  16. margin: 0;
  17. font-family: 'Montserrat', sans-serif;
  18. font-weight: 400;
  19. font-size: 20px;
  20. }
  21. * {
  22. box-sizing: border-box;
  23. color: #212121;
  24. }
  25. html, body {
  26. padding: 0;
  27. margin: 0;
  28. font-family: 'Montserrat', sans-serif;
  29. font-weight: 400;
  30. font-size: 20px;
  31. }
  32. * {
  33. box-sizing: border-box;
  34. color: #212121;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement