Advertisement
izuemis

cr lasita on codepen

Mar 12th, 2023
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. -- NAVIGATION CONTAINER --
  2. border-radius: 0em .5em 2em 2em;
  3. width: 20%;
  4. position: absolute;
  5. right: 0em;
  6. z-index: 5;
  7.  
  8. -- NAVIGATION BUTTON --
  9. They are a text element in order to use the blur effect on hover
  10.  
  11. background: #a0c3c3;
  12. padding-top: 5px;
  13. padding-bottom: 5px;
  14. border-radius: 100%;
  15. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  16. font-family: kinkie;
  17.  
  18. -- MAIN CONTAINER --
  19. border-radius: .5em 0em .5em .5em;
  20. width: 75%;
  21. height: 19em;
  22.  
  23. -- IMAGE --
  24. width: 15
  25. height: 12
  26.  
  27. code:
  28. border-radius: .5em 0em .5em 0em;
  29.  
  30. -- SMALLER IMAGE --
  31. width: 13.125
  32. height: 3.625
  33.  
  34. code:
  35. width: 35%;
  36. position: relative;
  37. z-index: 10;
  38.  
  39. -- ONLINE TEXT --
  40. background: #A0C3C3;
  41. padding-left: 25px;
  42. padding-right: 5px;
  43. position: absolute;
  44. right: .875em;
  45. bottom: 4em;
  46. z-index: 2;
  47. border-radius: 20px;
  48.  
  49. -- NOW PLAYING TEXT --
  50. position: absolute;
  51. right: .875em;
  52. bottom: 2.5em;
  53.  
  54. -- SCROLLBOX CONTAINER --
  55. border-radius: .5em 0em .5em 0em;
  56. width: 67%;
  57. height: 12em;
  58. position: absolute;
  59. bottom: 6.25em;
  60. left: .875em;
  61.  
  62. -- SCROLLBOX TEXT --
  63. height: 12.5em;
  64. overflow: auto;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement