Guest User

Untitled

a guest
Jun 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. html {
  2. background-color:#none;
  3.  
  4. }
  5.  
  6. body {
  7.  
  8. color:#333;
  9. font-family:helvetica, arial, sans-serif;
  10. font-size:14px;
  11. line-height:19px;
  12. }
  13.  
  14. header {
  15. background-image:url('bg.png');
  16. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  17. margin-bottom:10px;
  18. overflow:visible;
  19. }
  20.  
  21.  
  22. #header_middle .container {
  23. padding:20px 0px 0px 0px;
  24.  
  25. }
  26.  
  27. #header_bottom {
  28. background-color:#transparent;
  29. height:101px;
  30. }
  31.  
  32. footer {
  33. background-image:url('bg.png');
  34. border-top:1px solid #ccc;
  35. }
Add Comment
Please, Sign In to add comment