Advertisement
patriot_ua

crop css

Jan 27th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. #cropBl
  2. {
  3.     width: 200px;
  4.     height: 250px;
  5.     border: 2px dashed white;
  6.     border-radius: 5px;
  7.     position: fixed;
  8.     z-index: 2;
  9.     top: 10px;
  10.     margin: 0 auto;
  11.     left: 0;
  12.     right: 0;
  13.     background-color: black;
  14.     opacity: 0.6;
  15.     display: none;
  16. }
  17.  
  18. #imgPreview
  19. {
  20.     position: fixed;
  21.     z-index: 2;
  22.     margin: 10px auto;
  23.     top: 10px;
  24.     left: 0;
  25.     right: 0;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement