HTML

javajam.css

Jan 30th, 2018
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1. body { background-color: #ffffcc;
  2.       color: #330000;
  3.       font-family: Verdana, Arial, sans-serif;
  4. }
  5. header { background-color: #ccaa66;
  6.        color: #000000;
  7.        text-align: center;
  8. }
  9. h1 { line-height: 200%;
  10. }
  11. nav { text-align: center;
  12. }
  13. footer { background-color: #ccaa66;
  14.        color: #000000;
  15.        font-size: .60em;
  16.        font-style: italic;
  17.        text-align: center;
  18. }
  19. #wrapper { width: 80%;
  20.            margin-right: auto;
  21.            margin-left: auto;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment