Advertisement
Guest User

WsR Enterpage

a guest
Apr 16th, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. * {
  2.     padding: 0 ;
  3.     margin: 0 ;
  4. }
  5. body {
  6.     background: url("images/bg.png");
  7.     background-color: #151515;
  8.     background-size: 100%;
  9.     background-repeat: no-repeat;
  10. }
  11. a {
  12.     color: #151515;
  13. }
  14. a:hover {
  15.     text-decoration: none;
  16. }  
  17. #main a{
  18.     text-decoration: none;
  19. }
  20. #main div {
  21.     opacity: 0.6;
  22. }
  23. #main div:hover {
  24.     opacity: 1;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement