Guest User

Untitled

a guest
Jan 15th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #overlay{
  2. background-image:url(../images/overlay.png);
  3. width:100%;
  4. height:100%;
  5. margin:0px;
  6. position:absolute;
  7. z-index: 20;
  8. }
  9.  
  10. #overlay {
  11. background-image: url(../images/overlay.png);
  12. width: 100%;
  13. height: 100%;
  14. margin: 0px;
  15. position: fixed;
  16. z-index: 20;
  17. }
  18.  
  19. <body>
  20. <div id='wrapper'>
  21. </div>
  22. <div id='footerwrapper'>
  23. </div>
  24. <div id='overlay'>
  25. </div>
  26. </body>
Add Comment
Please, Sign In to add comment