dollcrds

newjeans phone crd main code

Mar 18th, 2024
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <style>
  2.  
  3. #text01 {
  4. font-family: PC98;
  5. }
  6.  
  7. #text02, #text03, #text04 {
  8. font-family: PC98;
  9. border-radius: 15px 15px 15px 15px;
  10. border: 1px solid black;
  11. background: linear-gradient(360deg, #93e243 0%, #FFFFFF 100%);
  12. filter: drop-shadow(3px 3px 0px #000);
  13. padding: 10px;
  14. height: 85px;
  15. overflow-y: scroll;
  16. }
  17.  
  18. #text05 {
  19. font-family: universe;
  20. border: 1px solid black;
  21. border-radius: 100%;
  22. height: 50px;
  23. -webkit-text-stroke: 1px black;
  24. box-shadow: inset 0 7px 7px -5px white, inset 7px 0 7px -7px gray, inset -7px 0 7px -7px gray, inset 0 -7px 7px -7px gray;
  25. }
  26. </style>
Advertisement
Add Comment
Please, Sign In to add comment