Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. .printer1-form {
  2. position: absolute;
  3. width: auto;
  4. height: 45vw;
  5. left: 5vw;
  6. top: 15vw;
  7. z-index: 99999;
  8. /* height: 22.5vw; */
  9. /* left: 15vw; */
  10. }
  11.  
  12.  
  13. .printer2-form {
  14. position: absolute;
  15. width: auto;
  16. /* height: 30vw; */
  17. height: 20vw;
  18. left: 0;
  19. bottom: 5vw;
  20. z-index: 0;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement