Advertisement
izuemis

cr crditem #2

Dec 9th, 2022
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. -- CONTAINERS --
  2. width: 11.25em;
  3. height: 15em;
  4.  
  5. -- RIGHT CONTAINER --
  6. position: absolute;
  7. right: 0em;
  8. bottom: -.02em;
  9.  
  10. -- SCROLLBOX --
  11. height: 9em;
  12. overflow: auto;
  13. border: 1px solid black;
  14. border-radius: 5px;
  15. padding: 5px;
  16.  
  17. -- MARK --
  18. font-weight: 600;
  19. padding-left: 10px;
  20. padding-right: 10px;
  21. border-radius: 10px;
  22. border: 1px solid black;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement