Guest User

Untitled

a guest
May 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.52 KB | None | 0 0
  1. body {
  2.  background: #fcf6e6;
  3. }
  4. a:link {
  5. color:#f39
  6. }
  7. a:visited {
  8. color:#f39;
  9. }
  10. a:hover {
  11. color:#f39;
  12. }
  13. a:active {
  14. color:#f39;
  15. }
  16. h2 {
  17.  text-indent:20px;
  18.  color: #0B610B;
  19. }
  20.  
  21. table {
  22.  border: solid 0px;
  23. }
  24.  
  25.  #wrapper {
  26.  position: fixed;
  27.  left: 15%;
  28.  margin: 0 auto;
  29.  width: 760px;
  30.  height: 100%;
  31. }
  32.    
  33. #heading {
  34.  position: absolute;
  35.  left: 160px;
  36.  top: 10px;
  37.  text-align: center;
  38.  margin-left: 0 auto;
  39.  margin-right: 0 auto;
  40.  padding: 0;
  41.  width: 600px;
  42.  background: green;
  43.  color: white;
  44.  height: 120px;
  45.  }
  46.  
  47.  #navigation {
  48.  position: absolute;
  49.  top: 130px;
  50.  margin: 0 auto;
  51.  width: 149px;
  52.  height: 100%;
  53.  background: white;
  54.  float: left;  
  55.  -webkit-box-shadow: 0 .7em 2em -10px #000;
  56. -moz-box-shadow: 0 .7em 2em -10px #000;
  57. -o-box-shadow: 0 .7em 2em -10px #000;
  58. box-shadow: 0 .7em 2em -10px #000;
  59.  }
  60.  
  61. #mid {
  62.  position: absolute;
  63.  top: 130px;
  64.  margin: 0 auto;
  65.  left: 160px;
  66.  width: 600px;
  67.  height: 100%;
  68.  background: white;
  69.  float: left;
  70.  -webkit-box-shadow: 0 .7em 2em -10px #000;
  71. -moz-box-shadow: 0 .7em 2em -10px #000;
  72. -o-box-shadow: 0 .7em 2em -10px #000;
  73. box-shadow: 0 .7em 2em -10px #000;
  74. }
  75.  
  76. h1
  77. {
  78.     font-family: Verdana;
  79.     color: #FCF6E6;
  80.     font-size: 50px;
  81. }
  82.  
  83. a:link
  84. {
  85.     font-family: Verdana;
  86.     font-size: 10px;
  87. }
  88.  
  89. a:hover
  90. {
  91. font-size: 15px;
  92. font-family: Verdana,
  93. }
  94.  
  95. #banner
  96. {
  97.     background: #0B610B;
  98.     width: 600px;
  99.     height: 120px;
  100. }
  101.  
  102. #Left
  103. {
  104.     width: 80%;
  105.     float: left;
  106. }
  107.  
  108. #Right
  109. {
  110.     width: 20%;
  111.     float: left;
  112.     background: #FCF6E6;
  113.     height: 100%;
  114. }
Add Comment
Please, Sign In to add comment