Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. #header {
  2. width: 100%;
  3. height: 100px;
  4. border: 2px solid black;
  5. background-color: #8c8c8c;
  6. border-radius: 5px 5px 0px 0px;
  7. position: static;
  8. }
  9.  
  10. .left {
  11. height: 500px;
  12. width: 150px;
  13. border-left: 2px solid black;
  14. border-right: 2px solid black;
  15. background-color: #fff;
  16. float: left;
  17. }
  18.  
  19. .right {
  20. height: 500px;
  21. width: 150px;
  22. border-left: 2px solid black;
  23. border-right: 2px solid black;
  24. background-color: #fff;
  25. float: right;
  26. }
  27. #footer {
  28. width: 100%;
  29. height: 100px;
  30. border: 2px solid black;
  31. background-color: #8c8c8c;
  32. border-radius: 0px 0px 5px 5px;
  33. clear: both;
  34. position: relative;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement