Advertisement
izuemis

fu hua carrd

Nov 21st, 2022
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. -- MAIN CONTAINER --
  2. height: 25em;
  3. width: 90%;
  4.  
  5. -- NAME CONTAINER --
  6. width: 40%;
  7. border-radius: 0em 20px 20px 0px;
  8. position: absolute;
  9. left: 1.2em;
  10. bottom: 20em;
  11.  
  12. -- TAPE IMAGE --
  13. position: absolute;
  14. left: 3em;
  15. bottom: 17.5em;
  16.  
  17. -- LIKES CONTAINER --
  18. width: 35%;
  19. height: 9.5em;
  20. position: absolute;
  21. left: 2em;
  22. bottom: 9em;
  23.  
  24. -- LIKES SCROLLBOX --
  25. height: 10.5em;
  26. overflow: auto;
  27.  
  28. -- BYF / DNI SCROLLBOX --
  29. width: 37%;
  30. height: 10.5em;
  31. overflow: auto;
  32. position: absolute;
  33. left: 2.5em;
  34. bottom: 1em;
  35.  
  36. ** MOBILE SETTINGS:
  37. width: 37%;
  38.  
  39. -- HIGHLIGHT --
  40. font-family: hug-me-tight;
  41. color: white;
  42. background: none;
  43. font-size: 1.25em;
  44. text-shadow: 1px 0px #000, -1px 0px #000, 0px 1px #000, 0px -1px #000, 0 0;
  45. margin-left: .1em;
  46.  
  47. -- DECOR TEXT --
  48. font-family: hug-me-tight;
  49. color: white;
  50. font-size: 1.25em;
  51. text-shadow: 1px 0px #000, -1px 0px #000, 0px 1px #000, 0px -1px #000, 0 0;
  52. transform: rotate(90deg);
  53. position: absolute;
  54. right: -2.5em;
  55. bottom: 14em;
  56.  
  57. ** MOBILE SETTINGS:
  58. position: absolute;
  59. right: -6.5em;
  60. bottom: 16em;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement