dollcrds

brunch crd co styling

Jul 13th, 2022
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. ---main container---
  2. border: 2px solid #575757;
  3.  
  4. ---for image---
  5. border: 1px solid #575757;
  6. border-radius: 8px;
  7. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  8. -webkit-filter: drop-shadow(0px 0px 1px #424242);
  9.  
  10. ---credit text---
  11. font-family: windows;
  12. border: 1px solid #575757;
  13. border-radius: 8px 8px 8px 8px;
  14. padding: 5px;
  15. background: #e2a241;
  16. -webkit-filter: drop-shadow(0px 0px 1px #424242);
  17.  
  18. ---buttons---
  19. border: 1px solid #575757;
  20. font-family: windows;
  21. -webkit-filter: drop-shadow(0px 0px 1px #424242);
  22.  
  23. ---for info text---
  24. font-family: windows;
  25. border: 1px solid #575757;
  26. border-radius: 8px 0px 0px 8px;
  27. padding: 5px;
  28. width: 43%;
  29. position: absolute;
  30. left: 12.9em;
  31. bottom: 4em;
  32. height: 12.5em;
  33. overflow-y: scroll;
  34. background: white;
  35. ---mobile---
  36. height: 12.5em;
  37. width: 43%;
  38. bottom: 3.9em;
  39. ---highlight---
  40. font-family: SakeMoru;
  41. color: #e2a241;
  42. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
Advertisement
Add Comment
Please, Sign In to add comment