Sanady

Untitled

Oct 22nd, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. .modal{
  2. display: none;
  3. position: fixed;
  4. background: black;
  5. width: 100%;
  6. height: 100%;
  7. top: 0%;
  8. left: 0%;
  9. }
  10.  
  11. .modal-vnutro{
  12. position: relative;
  13. background-color: white;
  14. margin: auto;
  15. padding: auto;
  16. top: 2%;
  17. width: 50%;
  18. }
  19.  
  20. .modal-fotka{
  21. height: auto;
  22. width: 50%;
  23. padding: 0% 0% 0% 0%;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment