Guest User

Untitled

a guest
Aug 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <div class="container">
  2. <div class="obj" style="width: 10vw; height: 3vw; top: 5vw;"></div>
  3. <div class="obj" style="width: 3vw; height: 10vw; left: 1vw; clip: rect(0,2vw,10vw,0);"></div>
  4. </div>
  5. <style>
  6. .container {
  7. position: relative;
  8. margin: 1vw;
  9. }
  10. .obj {
  11. position: absolute;
  12. background-color: rgba(0,0,0,.6);
  13. }
  14. </style>
Add Comment
Please, Sign In to add comment