Advertisement
izuemis

cr lobilles containers

Jan 9th, 2023
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. -- RIGHT CONTAINER --
  2. border: 5px solid black;
  3. border-style: double;
  4. width: 45%;
  5. border-radius: 0.5em 0em .5em 0em;
  6. height: 14.5em;
  7.  
  8. -- LEFT CONTAINER --
  9. border: 5px solid black;
  10. border-style: double;
  11. width: 53%;
  12. border-radius: 0.5em 0em .5em 0em;
  13. height: 14.5em;
  14. position: absolute;
  15. bottom: 0em;
  16. overflow: auto;
  17.  
  18. -- BOTTOM CONTAINER --
  19. border: 5px solid black;
  20. border-style: double;
  21. width: 30%;
  22. border-radius: .5em;
  23. position: absolute;
  24. left: 3em;
  25. top: .75em;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement