dollcrds

enbyself crd styling

Jun 8th, 2022
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. ---container---
  2. border-radius: 0px 10px 10px 0;
  3.  
  4. ---for info texts---
  5. border-radius: 0px 10px 10px 0;
  6. background: #00000054;
  7. padding: 5px;
  8. height:65px;
  9. overflow-y: scroll;
  10. overflow-x: hidden;
  11. ---for links---
  12. text-decoration: underline;
  13. text-decoration-style: dotted;
  14. ---highlight---
  15. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  16. -webkit-filter: drop-shadow(0px 0px 2px #fff);
  17. text-size:1.5em;
  18. font-family: excelorate;
  19.  
  20. ---bottom title text---
  21. background: -webkit-linear-gradient(-90deg, #000000 40%, #999999 65%, #fff 95%);
  22. z-index:1;
  23. font-family: excelorate;
  24. -webkit-background-clip: text;
  25. -webkit-text-fill-color: transparent;
  26. -webkit-text-stroke: 0.5px white;
  27. -webkit-filter:drop-shadow(0px 0px 2px #000);
  28.  
  29. ---for image---
  30. position:absolute;
  31. right:-1.7em;
  32. top:0.5em;
  33. z-index:99;
  34. ---mobile---
  35. top:1em;
Advertisement
Add Comment
Please, Sign In to add comment