Advertisement
nomskoo

tutorial #18 pro plus

Nov 9th, 2023
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. NOTE: haiii pls cr nyamuchis when remaking this carrd! but if u have any questions u can send me a send me a dm / a retrospring.
  2.  
  3.  
  4. --- FONTS ---
  5.  
  6. <style>
  7. @font-face {
  8. font-family: porkys;
  9. src: url(https://dl.dropbox.com/s/7m63bv7puqb6y75/PORKYS_.TTF);
  10. }
  11.  
  12. @font-face {
  13. font-family: sant joan;
  14. src: url(https://dl.dropbox.com/s/iwvkrg8ccgd1pf4/SantJoanDespi-Regular.otf);
  15. }
  16.  
  17. @font-face {
  18. font-family: 'Magica';
  19. src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf);
  20. }
  21. </style>
  22.  
  23. --- MAIN CONTAINER ---
  24. border-radius: 10px;
  25.  
  26. --- NAME TEXT ---
  27. font-family: sant joan;
  28. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 0 0;
  29. position: absolute;
  30. left: 3.8em;
  31. bottom: -0.1em;
  32. --> MOBILE SETTING:
  33. left: -0.3em;
  34.  
  35. --- MENU ---
  36. width: 6.2em;
  37. height: 7em;
  38. border-radius: 5px;
  39. position: absolute;
  40. left: 0em;
  41. bottom: -2.5em;
  42.  
  43. --- MENU TEXT ---
  44. font-family: sant joan;
  45. text-shadow: -1px 0 #aaa, 0 1px #aaa, 1px 0 #aaa, 0 -1px #aaa, 0 0;
  46.  
  47. --- PLUSHIE IMG ---
  48. position: absolute;
  49. left: -0.4em;
  50. bottom: -8.3em;
  51. z-index: 9999;
  52.  
  53. --- INFO CONTAINERS ---
  54. width: 13em;
  55. height: 7em;
  56. border-radius: 5px;
  57. position: absolute;
  58. left: 6.5em;
  59. bottom: -7.4em;
  60. overflow-y: scroll;
  61. z-index: 9999;
  62.  
  63. --- INFO TEXT ---
  64. font-family: 'Magica';
  65. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 0 0;
  66. --> BOLD SETTING:
  67. font-family: sant joan;
  68.  
  69. --- END ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement