omelet

mehndi crd co codes (pro standard)

May 8th, 2022 (edited)
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. notes: please cr fruitiru when remaking this crd!
  2.  
  3. ---- fonts ----
  4. <style>
  5. @font-face {
  6. font-family: good-time;
  7. src: url(https://dl.dropbox.com/s/ijxda4xb1cyjpe4/KGAlwaysAGoodTime.ttf);
  8. }
  9. @font-face {
  10. font-family: cutie;
  11. src: url(https://dl.dropbox.com/s/xo075bh6tbd4f7d/CP.ttf);
  12. }
  13. </style>
  14.  
  15. ---- name ----
  16. <style>
  17. #text01 {
  18. font-family: good-time;
  19. -webkit-text-stroke-width: 1px;
  20. -webkit-text-stroke-color:
  21. #D6A3A3;
  22. position: relative;
  23. bottom: 3px;
  24. z-index:9;
  25. }
  26. </style>
  27.  
  28. ---- about you info ----
  29. #text02 {
  30. height: 4em;
  31. overflow: auto;
  32. }
  33.  
  34. ---- byf & dfi ----
  35. #text03 {
  36. height: 7.6em;
  37. overflow: auto;
  38. position: relative;
  39. bottom: -5px;
  40. }
  41.  
  42. ---- likes & stan list----
  43. #text04 {
  44. height: 7.6em;
  45. overflow: auto;
  46. position: relative;
  47. bottom: -6px;
  48. }
  49.  
  50. ---- mark ----
  51. <style>
  52. mark {
  53. font-family: cutie;
  54. border-radius: 5px;
  55. size: 12px;
  56. padding-left: 5px;
  57. padding-right: 5px;
  58. width: 40px;
  59. }
  60. </style>
  61.  
  62. ---- divider ----
  63. <style>
  64. #container02 {
  65. position: relative;
  66. bottom: -23px;
  67. z-index: 10;
  68. </style>
Add Comment
Please, Sign In to add comment