mixue

cr jjuniiy 2

Aug 16th, 2022 (edited)
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ---menu---
  2. background: white;
  3. border-radius: 20px 21px 0px 0px;
  4. padding: 7px;
  5. width: 16em;
  6. transform: rotate(-90deg);
  7. z-index: 99;
  8.  
  9. (mobile)
  10. width: 16em;
  11.  
  12. ---menu embed---
  13. <style>
  14. #elementID a:hover {
  15. webkit-filter: blur(0.5px);
  16. filter: blur(1px);
  17. text-decoration: none;
  18. }
  19. </style>
  20.  
  21. ---containers---
  22. border-radius: 15px;
  23. padding: 8px;
  24. padding-top: 10px;
  25. width: 13em;
  26. height: 12.5em;
  27. overflow-y: scroll;
  28. z-index: 999;
  29.  
  30. ---marks---
  31. background: white;
  32. border-radius: 0px 15px 15px 0px;
  33. width: 5.5em;
  34. height: 2em;
  35. padding: 5px;
  36. z-index: 3;
  37.  
  38. (mobile)
  39. width: 5.5em;
  40.  
  41. ---scrollbox---
  42. background: #FFFFFF7A;
  43. border: 1px solid white;
  44. border-radius: 10px 10px 10px 0px;
  45. padding: 3px;
  46. padding-top: 10px;
  47. width: 15em;
  48. height: 4em;
  49. overflow-y: scroll;
  50. bottom: 10px;
  51.  
Advertisement
Add Comment
Please, Sign In to add comment