Guest User

Untitled

a guest
Jun 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. body {
  2. height: 100%;
  3. width: 100%;
  4. color: #fff; }
  5.  
  6. #header {
  7. width: auto; }
  8.  
  9. #navigation {
  10. float: left;
  11. width: 145px;
  12. height: 1000px;
  13. background: url(../images/navigation.png);
  14. background-repeat: no-repeat; }
  15. #navigation ul {
  16. padding-left: 10px;
  17. padding-top: 20px; }
  18. #navigation ul li {
  19. background: url(../images/button.png);
  20. background-repeat: no-repeat;
  21. margin: 2px;
  22. color: #fff;
  23. list-style: none;
  24. width: 125px;
  25. height: 25px;
  26. text-align: center;
  27. padding-top: 5px;
  28. margin: 5px; }
  29. #navigation ul li a:visited,
  30. #navigation ul li a:link {
  31. text-decoration: none; }
  32. #navigation ul li a:hover {
  33. color: #aaa; }
  34.  
  35. #content {
  36. height: 1000px;
  37. width: 1020px;
  38. padding: 20px 20px 20px 20px;
  39. background: url(../images/content.png);
  40. background-repeat: no-repeat; }
  41. #content .news_item_1 {
  42. color: #fff;
  43. margin-right: 10px;
  44. width: auto; }
  45. #content .news_item_2 {
  46. color: #aaa;
  47. margin-right: 10px;
  48. width: auto; }
Add Comment
Please, Sign In to add comment