dollcrds

maniac crd co styling

Jun 4th, 2022 (edited)
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. ---top container---
  2. border-top: 1px solid #d26380;
  3. border-left: 1px solid #d26380;
  4. border-right: 1px solid #d26380;
  5. border-radius: 20px 20px 0px 0px;
  6. background: linear-gradient(0deg, #fff 45%, #f7afd7 100%);
  7.  
  8. ---top container text---
  9. font-family: hearts;
  10. font-size: 0.75em;
  11. background: #ffffff;
  12. width: 75%;
  13. text-align: center;
  14. position: relative;
  15. border: 1px solid #d26380;
  16. border-radius: 14px;
  17. padding-left: 6px;
  18. padding-right: 6px;
  19.  
  20. ---for image---
  21. border: 1px solid #d26380;
  22. border-radius: 10px;
  23.  
  24. ---for left side text---
  25. font-family: hearts;
  26. font-size: 0.75em;
  27. height: 65px;
  28. background: #ffffff;
  29. width: 100%;
  30. border: 1px solid #d26380;
  31. border-radius: 10px;
  32. padding: 6px;
  33. ---mobile---
  34. font-size: 0.75em;
  35. width: 75%;
  36. ---highlight---
  37. font-family: emoji;
  38.  
  39. ---bottom container---
  40. border-left: 1px solid #d26380;
  41. border-right: 1px solid #d26380;
  42. border-bottom: 1px solid #d26380;
  43. border-radius: 0px 0px 20px 20px;
  44. background: linear-gradient(180deg, #fff 45%, #f7afd7 100%);
  45.  
  46. ---bottom container text---
  47. font-size: 0.75em;
  48. font-family: hearts;
  49.  
  50. ---main text container---
  51. height: 226px;
  52. background: #FFFFFF;
  53. border: 1px solid #d26380;
  54. padding: 5px;
  55. border-radius: 10px;
  56. overflow-y: scroll;
  57. font-size: .75em;
  58. width: 190px;
  59. left: 13em;
  60. bottom: 2.45em;
  61. position: absolute;
  62. z-index: 100;
  63. ---mobile---
  64. height: 191px;
  65. width: 160px;
  66.  
  67. ---title texts---
  68. font-family:'heart';
  69. ---highlight---
  70. background:linear-gradient(to top, #e77fa2 0%, #f5b3d9 76%);
  71. -webkit-background-clip: text;
  72. -webkit-text-fill-color: transparent;
  73.  
  74. ---for info texts---
  75. font-family: hearts;
  76. ---highlight---
  77. font-family: emoji;
  78. ---link---
  79. text-decoration-style: dotted;
Add Comment
Please, Sign In to add comment