dollcrds

minsung crd co styling

Jul 15th, 2022
719
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. ---main container---
  2. backdrop-filter: blur(2px);
  3.  
  4. ---png image---
  5. border-radius: 0.50em;
  6. position: absolute;
  7. max-width: 120%;
  8. right: -1.9em;
  9. top: -5.7em;
  10. filter: drop-shadow(1px 1px 0 white) drop-shadow(-1px 1px 0 white) drop-shadow(0 2px 0 #b41f25) drop-shadow(0 -1px 0 white) drop-shadow(0 1px 1.5px #b41f25) drop-shadow(0 -1px 1.5px #b41f25) drop-shadow(1px -1px 1.5px #b41f25) drop-shadow(-1px -1px 1.5px #b41f25);
  11. z-index: 99;
  12.  
  13. ---about me text---
  14. background: rgb(255,233,252);
  15. background: radial-gradient(circle, rgba(255,233,252,0.6) 0%, rgb(213,74,77,0.6) 50%, rgb(213,74,77,0.6) 100%);
  16. border: 2px solid #7d1213;
  17. border-radius: 0.50em;
  18. padding-left: 5px;
  19. padding-right: 5px;
  20. height: 85px;
  21. overflow-y: scroll;
  22.  
  23. ---name positioning---
  24. -webkit-text-stroke: 1px black;
  25. position: relative;
  26. left: 1.1em;
  27. z-index: 99;
  28. top: -0.2em;
  29. transform: rotate(7deg);
  30. z-index: 100;
  31. ---mobile---
  32. left: 1.8em;
  33.  
  34. ---pronouns text---
  35. -webkit-text-stroke: 1px black;
  36. position: relative;
  37. right: .2em;
  38. z-index: 99;
  39. top: -0.9em;
  40. transform: rotate(3deg);
  41.  
  42. ---sexuality gender positioning---
  43. -webkit-text-stroke: 1px black;
  44. position: absolute;
  45. left: .4em;
  46. z-index: 99;
  47. top: 1.65em;
  48. transform: rotate(-4deg);
  49. ---mobile---
  50. left: 0.3em;
  51. top: 1.2em;
  52.  
  53. ---for age text---
  54. -webkit-text-stroke: 1px black;
  55. position: absolute;
  56. left: 2.2em;
  57. z-index: 99;
  58. top: 0.65em;
  59. transform: rotate(-2deg);
  60. ---mobile---
  61. left: 2.4em;
  62. top: 0.5em;
  63.  
  64. ---navigation numbers---
  65. position: absolute;
  66. left: 3.3em;
  67. z-index: 99;
  68. top: 2.45em;
  69. transform: rotate(4deg);
  70.  
  71. ---for all info containers---
  72. backdrop-filter: blur(2px);
  73. width: 300px;
  74. z-index: 70;
  75. height: 130px;
  76. overflow-y: scroll;
  77.  
  78. ---pop title text---
  79. -webkit-text-stroke: 1px black;
Advertisement
Add Comment
Please, Sign In to add comment