Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. </head>
  6.  
  7. <body>
  8.  
  9. <div id=main">
  10. <!--Here i have multiple sections-->
  11. </div>
  12. </body>
  13. </html>
  14.  
  15. #main {
  16. position: relative;
  17. }
  18. #main:before {
  19. content : "";
  20. display: block;
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. background: url(../..//images/3.jpg) center center fixed;
  25. width: 100%;
  26. height: 100%;
  27. opacity : 0.2;
  28. filter: alpha(opacity=20);
  29. z-index: -1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement