Advertisement
nomskoo

soobinmaroll crd code

May 9th, 2022
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: bukhari script;
  4. src: url(https://dl.dropbox.com/s/ncyygwx5qpdjoeu/Bukhari%20Script.ttf);
  5. }
  6. #text01 {
  7. font-family: bukhari script;
  8. position: relative;
  9. z-index: 999;
  10. left: -2em;
  11. bottom: -.85em;
  12. text-shadow: -1px 0 #75C5FF, 0 1px #75C5FF, 1px 0 #75C5FF, 0 -1px #75C5FF;
  13. }
  14.  
  15. #image01 {
  16. border: 5px solid #75C5FF;
  17. border-radius: 0.5em;
  18. }
  19.  
  20. #text02 , #text03 , #text04 {
  21. font-family: bukhari script;
  22. position: relative;
  23. z-index: 999;
  24. left: 2em;
  25. bottom: -1em;
  26. text-shadow: -1px 0 #75C5FF, 0 1px #75C5FF, 1px 0 #75C5FF, 0 -1px #75C5FF;
  27. font-size:1.875em;
  28. }
  29. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement