y2kcarrds

cyberpink ju mp text codes

Jun 30th, 2022 (edited)
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. <style>
  2. #text01 { /*welcome to my site*/
  3. background: #d2b0e0;
  4. border-radius: 8px 8px 8px 0;
  5. padding: 0.2em;
  6. width: 40%;
  7. }
  8.  
  9. #text02 { /*name*/
  10. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  11. }
  12.  
  13. #text03 { /*the likes part*/
  14. background: #FFFFFF8F;
  15. padding: 4px;
  16. border-radius: 5px;
  17. height: 8.5em;
  18. overflow:auto;
  19. }
  20.  
  21. #text05, #text07 { /*more to know & guidelines title text*/
  22. background: radial-gradient(circle, rgba(189,137,228,1) 25%, rgba(196,164,233,1) 61%);
  23. padding: 4px;
  24. width: 60%;
  25. color: white;
  26. border-radius: 5px;
  27. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  28. }
  29.  
  30. #text06, #text08 { /*more to know & guidelines info text*/
  31. background: #FFFFFF8F;
  32. padding: 4px;
  33. border-radius: 5px;
  34. height: 5.25em;
  35. overflow: auto;
  36. }
  37.  
  38. #text09 { /*currently listening title text*/
  39. background: radial-gradient(circle, rgba(189,137,228,1) 25%, rgba(196,164,233,1) 61%);
  40. padding: 4px;
  41. width: 60%;
  42. color: white;
  43. border-radius: 5px;
  44. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  45. }
  46.  
  47. #text10 { /*currently listening info text*/
  48. background: #FFFFFF8F;
  49. padding: 4px;
  50. border-radius: 5px;
  51. }
  52.  
  53. #text11 { /*links*/
  54. background: radial-gradient(circle, rgba(189,137,228,1) 25%, rgba(196,164,233,1) 61%);
  55. padding: 5px;
  56. width: 100%;
  57. border-radius: 0 0 8px 8px ;
  58. color: white;
  59. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  60. }
  61. </style>
Add Comment
Please, Sign In to add comment