dollcrds

hellokitty drr ac styling

Apr 22nd, 2022
760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. ---container on the left---
  2. width: 7em;
  3. background: rgb(250,218,221);
  4. background: radial-gradient(circle, #FEC5E5 9%, #FFFFFF 100%);
  5. border-radius: 0px 10px 10px 10px;
  6. -webkit-filter: drop-shadow(0px 0px 1px #FEC5E5);
  7.  
  8. ---container on the right---
  9. width: 13.5em;
  10. height: 15em;
  11. position: absolute;
  12. left: 7.5em;
  13. border-radius: 10px 0px 10px 10px;
  14. bottom: -2em;
  15. background: rgb(254,197,229);
  16. background: radial-gradient(circle, #Fec5e5 9%, #FFFFFF 100%);
  17. -webkit-filter: drop-shadow(0px 0px 1px #fadadd);
  18. overflow-y: auto;
  19.  
  20. ---name text---
  21. font-family: 'powerpuff girls';
  22. font-size: 1.5em;
  23. background:linear-gradient(to top, #fff 2%, #fec5e5 100%);
  24. -webkit-background-clip: text;
  25. -webkit-text-fill-color: transparent;
  26. -webkit-text-stroke: 0.5px #f699cd;
  27. -webkit-filter: drop-shadow(0px 0px 1.5px #f699cd);
  28. ---mobile style---
  29. font-size: 1.5em;
  30.  
  31. ---left container about me text---
  32. border-radius: 2px;
  33. background: #fec5e5;
  34. padding: 4px;
  35. border: 1px solid #f699cd;
  36.  
  37. ---info text---
  38. border-radius: 5px;
  39. border: 1px solid #f699cd;
  40. padding: 7px;
  41. width: 17em;
  42. background: white;
  43. ---mobile style---
  44. width: 17em;
  45. ---highlight---
  46. background: rgb(254,197,229);
  47. background: radial-gradient(circle, rgb(254,197,229) 0%, rgba(255,255,255,1) 100%);
  48. border: 1px solid #f699cd;
  49. border-radius:90%;
  50. padding-left:10px;
  51. padding-right:10px;
  52. font-family:chick;
  53. font-size:1.5em;
  54. color:white;
  55. -webkit-text-stroke: 0.5px #f699cd;
Advertisement
Add Comment
Please, Sign In to add comment