Guest User

aaaaaaaa

a guest
Nov 21st, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. img {
  5.     border: 0px;
  6. }
  7.  
  8. a {
  9.     text-decoration: none;
  10.     color: #787878;
  11. }
  12.  
  13. a.hover {
  14.     text-decoration: underline;
  15. }
  16.  
  17. html {
  18.     background-color: #131313;
  19. }
  20.  
  21. /*PARTE SUPERIORE -- INIZIO*/
  22.  
  23. #big-rectangle {
  24.     height: 728px;
  25.     width: 989px;
  26.     margin: 4em auto;
  27. }
  28.  
  29. #rect {
  30.     float: left;
  31.     margin-left: 0px;
  32.     margin-top: 0px;
  33.     background: url(../images/big-rectangle.gif);
  34. }
Advertisement
Add Comment
Please, Sign In to add comment