mixue

futurism crd codes

Aug 4th, 2022 (edited)
791
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. ---main container---
  2. width: 12em;
  3. height: 25em;
  4. border-radius: 0px 60px 0px 0px;
  5. left: 10em;
  6.  
  7. (mobile)
  8. left: 7.5em;
  9. height: 23em;
  10. width: 9em;
  11.  
  12. ---icon 1---
  13. box-shadow: 0px -1px 3px 3px #B3A0E8 inset;
  14. position: absolute;
  15. bottom: 7.5em;
  16. left: 1.1em;
  17.  
  18. (mobile)
  19. left: 0.6em;
  20.  
  21. ---icon 2---
  22. bottom: 5em;
  23. left: 1.1em;
  24.  
  25. (mobile)
  26. left: 0.6em;
  27.  
  28. ---icon 3---
  29. bottom: 2.5em;
  30. left: 1.1em;
  31.  
  32. (mobile)
  33. left: 0.6em;
  34.  
  35. ---marks (left)---
  36. width: 10em;
  37. height: 3em;
  38. border-radius: 0px 40px;
  39. box-shadow: 0px -1px 3px 3px #cbbaff inset;
  40. z-index: 3;
  41. position: absolute;
  42. bottom: 21.8em;
  43. right: 20em;
  44.  
  45. (mobile)
  46. right: 15em;
  47. bottom: 20em;
  48. width: 9em;
  49.  
  50. ---marks (right)---
  51. width: 10em;
  52. height: 3em;
  53. border-radius: 40px 0px;
  54. box-shadow: 0px -1px 3px 3px #cbbaff inset;
  55. z-index: 3;
  56. position: absolute;
  57. bottom: 9.8em;
  58. right: 12.5em;
  59.  
  60. (mobile)
  61. width: 9em;
  62. left: 3.5em;
  63. bottom: 8.5em;
  64.  
  65. ---about, dni & etc texts---
  66. bottom: 20px;
  67. text-shadow: -1px 0 #b197ff, 0 1px #b197ff, 1px 0 #b197ff, 0 -1px #b197ff, 0 0;
  68.  
  69. ---container (top)---
  70. width: 15em;
  71. height: 8em;
  72. border-radius: 20px;
  73. position: absolute;
  74. bottom: 14.5em;
  75. right: 13em;
  76. box-shadow: 0px -1px 3px 3px #cbbaff inset;
  77.  
  78. (mobile)
  79. width: 12.5em;
  80. bottom: 12.5em;
  81. left: 0em;
  82.  
  83. ---container (bottom)---
  84. width: 15em;
  85. height: 8em;
  86. border-radius: 20px;
  87. position: absolute;
  88. bottom: 2.5em;
  89. right: 13em;
  90. box-shadow: 0px -1px 3px 3px #cbbaff inset;
  91.  
  92. (mobile)
  93. width: 12.5em;
  94. left: 0em;
  95. bottom: 1em;
  96.  
  97. ---scrollbox---
  98. overflow-y: scroll;
  99. width: 15em;
  100. height: 7.5em;
  101. bottom: 20px;
  102. right: 20px;
  103. padding-top: 5px;
  104. font-family: pixel;
  105.  
  106. (mobile)
  107. width: 13.5em;
Advertisement
Add Comment
Please, Sign In to add comment