Advertisement
izuemis

cr jibeomcito #3 css

Oct 7th, 2022 (edited)
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. <style>
  2.  
  3. #container03 > .wrapper {
  4. height: 14.75em;
  5. }
  6.  
  7. #container04 > .wrapper, #container05 > .wrapper {
  8. width: 9.2em;
  9. height: 13.5em;
  10. overflow: auto;
  11. }
  12.  
  13. #container04, #container05 {
  14. position: absolute;
  15. left: .5em;
  16. top: 7.5em;
  17. }
  18.  
  19. #buttons01 {
  20. position: relative;
  21. right: .75em;
  22. bottom: .625em;
  23. }
  24.  
  25. #text06, #text07, #text08, #text09 {
  26. background: #FFE3EF;
  27. padding: 5px;
  28. border-radius: 5px;
  29. }
  30.  
  31. mark {
  32. background: #E68787;
  33. padding-left: 5px;
  34. padding-right: 5px;
  35. border-radius: 20px;
  36. color: white;
  37. }
  38.  
  39. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement