Guest User

Untitled

a guest
May 26th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. body.standard #footer,
  2. body.standard #header,
  3. body.standard #sidebar,
  4. body.standard #content,
  5. body.standard #ads {
  6. float: left;
  7. margin-left: 10px;
  8. margin-right: 10px;
  9. }
  10.  
  11. body.standard #footer,
  12. body.standard #header,
  13. body.standard #sidebar {
  14. margin-left: 0;
  15. }
  16.  
  17. body.standard #footer,
  18. body.standard #header,
  19. body.standard #ads {
  20. margin-right: 0;
  21. }
  22.  
  23. body.standard #footer,
  24. body.standard #header {
  25. width: 960px;
  26. }
  27.  
  28. body.standard #sidebar {
  29. width: 190px
  30. }
  31.  
  32. body.standard #content {
  33. width: 470px
  34. }
  35.  
  36. body.standard #ads {
  37. width: 270px
  38. }
Add Comment
Please, Sign In to add comment