congdantoancau

http://icoconvert.com/

Feb 1st, 2018
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.59 KB | None | 0 0
  1.  
  2. #crop_box {
  3.     position: fixed;
  4.     top: 160px;
  5.     left: 0;
  6.     z-index: 10;
  7.     border-left: 250px solid white;
  8.     border-right: 200px solid white;
  9.     border-bottom: 100px solid white;
  10. }
  11.  
  12. #localimg {
  13.     display: inline-block;
  14.     position: fixed;
  15.     top: 0;
  16.     left: 170px;
  17.     background: white;
  18.     z-index: 10;
  19.     float: left;
  20.     padding: 5.5px;
  21.     border: 1px solid orange;
  22.     width: 100%;
  23. }
  24.  
  25. #submitbtn {
  26.     position: fixed;
  27.     top: 0;
  28.     left: 0;
  29.     background: white;
  30.     z-index: 10;
  31.     border: 1px solid orange;
  32.     z-index: 10;
  33. }
  34.  
  35. #output_field {
  36.     position: fixed;
  37.     top: 40px;
  38.     left: 0;
  39.     border: 1px solid;
  40. }
Add Comment
Please, Sign In to add comment