chasnasestra

Untitled

May 15th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.99 KB | None | 0 0
  1. body{
  2.     font-family: verdana, arial, serif;
  3.     font-size: 11px;
  4.     background: whitesmoke;
  5.     height: 955px;
  6. }
  7. p{margin-top:0;}
  8. #wrapper{
  9.     width: 600px;
  10.     height: 955px;
  11.     top-margin: 0px;
  12.     background-image:url(containerbackground.gif);
  13. }
  14. #logo img{
  15.     width: 570px;
  16.     height: 250px;
  17.     position: relative;
  18.     left: 14px;
  19. }
  20. #levo{
  21.     width: 385px;
  22.     height:700px;
  23.     float: left;
  24.     position: relative;
  25.     left: 38px;
  26.     bottom: 2px;
  27. }
  28. #desno{
  29.     float: right;
  30.     width: 160px;
  31.     height: 700px;
  32. }
  33. #levo a{
  34.     text-decoration: none;
  35.     color:red;
  36. }
  37. #levo li{
  38.     text-align: left;
  39. }
  40. #desno img{
  41.     width:165px;
  42.     position: relative;
  43.     right:5px;
  44. }
  45. #desno a{
  46.     text-decoration: none;
  47.     color: black;
  48. }
  49. #desno li{
  50.     text-align: left;
  51. }
  52. #lista a{
  53.     text-decoration: none;
  54.     color:red;
  55. }
  56. #lista a:hover{
  57.     color: seagreen;
  58. }
  59. body #levo p{
  60.     text-align: left;
  61. }
  62. #listta a:hover{
  63.     color: seagreen;
  64. }
Add Comment
Please, Sign In to add comment