Advertisement
Guest User

css

a guest
May 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. html, body {
  2.     background: #b6abf7;
  3.  
  4.     margin: 1;
  5. }
  6.  
  7. h1 {
  8.     font: 1.4em Verdana, Geneva, sans-serif;
  9.     margin-bottom: .1em;
  10.     background-color: #b6abf7;
  11.     text-align: center;
  12.     color: white;
  13. }
  14.  
  15. h2 {
  16.     font: 0.8em Verdana, Geneva, sans-serif;
  17.     margin-bottom: .8em;
  18.     background-color: #b6abf7;
  19.     text-align: center;
  20. }
  21.  
  22. body {
  23.     background-color: white;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement