HTML

JavaJam / style.css

Feb 24th, 2017
166
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.65 KB | None | 0 0
  1. /*
  2.    #000000 Black
  3.    #330000 Dk. Brown
  4.    #ccaa66 Lt. Brown
  5.    #ffffcc Cream
  6. */
  7. body {
  8.             background:url('img/background.gif');
  9.             color:#330000;
  10.             font-family:"Verdana", sans-serif;
  11. }
  12. #wrapper {
  13.             background:#FFFFCC;
  14.             margin-left:auto;
  15.             margin-right:auto;
  16.             max-width:1600px;
  17.             min-width:1024px;
  18.             width:80%;
  19.             height:800px;
  20.             shadow:2px 2px 2px;
  21. }
  22. footer {
  23.             font-style:italic;
  24.             font-size:small;
  25.             background:#CCAA66;
  26. }
  27. #menu dt {
  28.             font-weight:bold;
  29. }
  30. h1,nav,footer {
  31.             text-align:center;
  32. }
  33. h1,h2 {
  34.             background:#CCAA66;
  35.             padding:10px;
  36. }
  37. img#wdr {
  38.             float:right;
  39.             height:150px;
  40.             width:275px;
  41. }
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment