AlexKondov

CSS User Stylesheet

Jun 1st, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. div.centerNav {
  2.     text-align: center;
  3.     top: 0px;
  4. }
  5. div.leftNav {
  6.     position: absolute;
  7.     left: 10px;
  8.     top: 5px;
  9. }
  10. div.rightNav {
  11.     position: absolute;
  12.     right: 10px;
  13.     top: 5px;
  14. }
  15. div.info {
  16.     position: absolute;
  17.     left: 20px;
  18.     padding-top: 10px;
  19. }
  20. body {
  21.     background-color: #B3B8F2;
  22. }
  23. dl {
  24.     padding-left: 10px;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment