Advertisement
conception

overlay

Nov 14th, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. .overlay {
  2. top: 60px;
  3. width: 1000px;
  4. height: 600px;
  5. box-shadow: 1px 0px 20px #040404;
  6. background: #101010;
  7. position: relative;
  8. }
  9.  
  10. .innerbox {
  11. overflow: auto;
  12. padding: 5px;
  13. background: #070707;
  14. box-shadow: 1px 0px 15px #040404;
  15. position: absolute;
  16. overflow: hidden;
  17. }
  18.  
  19. #content {
  20. left: 965px;
  21. top: 100px;
  22. height: 335px;
  23. width: 450px;
  24. text-align: center;
  25. position: fixed;
  26. overflow: auto;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement