Advertisement
Guest User

test.css

a guest
Apr 17th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. body{
  2. background-image: url('dark_wood.png');
  3.  
  4. }
  5. p{
  6. color: #FFFF00;
  7. }
  8. h3{
  9. color: #FFBC00;
  10. font-size: 40px;
  11. font-family: "Passion One";
  12. margin-bottom: 0px;
  13.  
  14. }ul{
  15. list-style-type: none;
  16. padding-left: 0px;
  17. }
  18. #Header{
  19. width: 500px;
  20. margin-left: 500px;
  21. margin-right: auto;
  22. margin-bottom: 10px;
  23. border: solid 8px #FFFF00;
  24. text-align: center;
  25. }
  26. #Header h1{
  27. font-size: 60px;
  28. font-family: "Passion One";
  29. color: #FFBC00;
  30. font-weight: bold;
  31.  
  32. }
  33. #LeftNav{
  34. width: 400px;
  35. margin-left: auto;
  36. margin-right: auto;
  37. float: left;
  38. text-align: center;
  39. list-style-type:none;
  40. padding-left: 8px;
  41. padding-bottom: 8px;
  42. }
  43. #LeftNav img{
  44.  
  45. }
  46. #LeftNav h3{
  47. color: #FFBC00;
  48. font-size: 40px;
  49. font-family: "Passion One";
  50. margin-bottom: 0px;
  51.  
  52. }
  53. #Content{
  54. width: 700px;
  55. margin-left: 400px;
  56. margin-right: auto;
  57. text-align: center;
  58. padding: 15px;
  59.  
  60. }
  61. #Footer{
  62. width: 500px;
  63. margin-left: auto;
  64. margin-right: auto;
  65. text-align: center;
  66. list-style-type:none;
  67.  
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement