Guest User

Untitled

a guest
Feb 25th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4. body {
  5. background: #f06;
  6. background: linear-gradient(45deg, #f06, yellow);
  7. min-height: 100%;
  8. }
  9.  
  10. h1 {
  11. color: white;
  12. font-size: 3em;
  13. }
  14.  
  15. h2 {
  16. color: grey;
  17. font-style: Arial;
  18. font-size: 2em;
  19. }
Add Comment
Please, Sign In to add comment