Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. html {
  2. background-color: white;
  3. background: URL(ow.png);
  4. }
  5.  
  6. .thumbnails {
  7. margin: 0 auto;
  8. width: 90%;
  9. display: block;
  10. text-align: center;
  11. }
  12.  
  13. img.thumb {
  14. display: inline-block;
  15. padding: 5px;
  16. width: 576px;
  17. height: 324px;
  18. }
  19.  
  20. img.enlarge {
  21. margin-left: auto;
  22. margin-right: auto
  23. display: inline-block;
  24. padding: 5px;
  25. }
  26.  
  27. .bigphoto {
  28. display: none;
  29. position: fixed;
  30. text-align: center;
  31. padding-top: 50px;
  32. left: 0;
  33. top: 0;
  34. width: 100%;
  35. height: 100%;
  36. overflow: auto;
  37. background: rgba(0,0,0,0.5);
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement