Guest User

Untitled

a guest
Jun 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 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. margin-bottom:10px;
  17. overflow:visible;
  18. }
  19.  
  20.  
  21. #header_middle .container {
  22. padding:20px 0px 0px 0px;
  23. background-image:url('bg.png');
  24. }
  25.  
  26. #header_bottom {
  27. background-color:#transparent;
  28. height:101px;
  29. }
  30.  
  31. footer {
  32. background-image:url('bg.png');
  33. border-top:1px solid #ccc;
  34. }
Add Comment
Please, Sign In to add comment