Advertisement
Guest User

yogacss

a guest
Feb 16th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. body { background-color: #3f2860;
  2. color: #3F2860;
  3. font-family: Verdana, Arial, sans-serif; }
  4.  
  5. header { background-color: #9BC1C2;
  6. background-image: url(lilyheader.jpg);
  7. background-repeat: no-repeat;
  8. background-position: right;
  9. height: 150px;
  10. }
  11.  
  12. title { background-color: #9BC1C2;
  13. text-align: center; }
  14.  
  15. h1 { padding-top: 50px;
  16. padding-left: 2em;}
  17.  
  18. nav { text-align: center;
  19. font-weight: bold;
  20. padding: 1em;
  21. }
  22.  
  23. nav a { text-decoration: none; }
  24.  
  25. .studio { font-style: italic; }
  26.  
  27. footer { background-color: #9BC1C2;
  28. font-style: italic;
  29. font-size: .60em;
  30. text-align: center;
  31. padding: 1em;
  32. }
  33.  
  34. #wrapper { width: 80%;
  35. margin-left: auto;
  36. margin-right: auto;
  37. background-color: #f5f5f5;
  38. min-width: 1000px;
  39. max-width: 1280px;
  40. }
  41. #hero {
  42. margin: 0 auto;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement