ruesha

codes for 'doll online' crd

Feb 12th, 2022 (edited)
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ---- 'doll online' ----
  2. text-align:center;
  3. background:linear-gradient(to top, #F0DEFF 0%, #FFB3DE 76%);
  4. -webkit-background-clip: text;
  5. -webkit-text-fill-color: transparent;
  6. -webkit-text-stroke: 0.5px #FF78BC;
  7. -webkit-filter: drop-shadow(0px 0px 1.5px #FF87C5);
  8.  
  9. ---- 'name' ----
  10. background: rgb(247,208,230);
  11. background: radial-gradient(circle, #FFB3DE 0%, #EEC9FF 76%);
  12. border: 1px solid #FFCFE9;
  13. border-radius:90%;
  14. padding-left:10px;
  15. padding-right:10px;
  16. font-size:1.5em;
  17. color:white;
  18. -webkit-text-stroke: 0.5px #FF78BC;
  19. position: absolute;
  20. z-index: 99;
  21. top: 0em;
  22. width: 4.5em;
  23. height: 1.2em;
  24.  
  25. ---- for text boxes ----
  26. background-image: radial-gradient(circle, rgba(247,208,230,1) 0%, rgba(240, 222, 255,1) 99%);
  27. background-position: 0% 0%;
  28. background-repeat: repeat;
  29. background-size: cover;
  30. border-radius:2%;
  31. padding-left:6px;
  32. padding-right:6px;
  33. padding-top: 9px;
  34. padding-bottom: 6px;
  35. border: 1px solid #FFCFE9;
  36. width: 15em;
  37. height: 8em;
  38. overflow-y: scroll;
  39.  
  40. (you will need to adjust width, height, position like i did in the tutorial!)
Add Comment
Please, Sign In to add comment