Advertisement
izuemis

munequita css

Feb 19th, 2023
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. -- TITLE --
  2. font-family: 'powerpuff girls';
  3. font-size: 2.7em;
  4. text-align:center;
  5. background:linear-gradient(to top, #fff 2%, #8ba9da 100%);
  6. -webkit-background-clip: text;
  7. -webkit-text-fill-color: transparent;
  8. -webkit-text-stroke: 0.5px #8ba9da;
  9. -webkit-filter: drop-shadow(0px 0px 1.5px #182c4d);
  10.  
  11. -- SCROLLBOX CONTAINER --
  12. width: auto;
  13. white-space: nowrap;
  14. overflow-x: auto;
  15. box-sizing: border-box;
  16. height: 9em;
  17. margin-bottom:.5em;
  18. overflow-y: hidden;
  19. border: 1px solid #8ba9da;
  20. border-radius: 8px;
  21.  
  22. -- CHIBI IMAGE --
  23. position:absolute;
  24. right:-3em;
  25. bottom:-2em;
  26. z-index:500;
  27.  
  28. -- PIXEL IMAGE --
  29. position:absolute;
  30. left:-0.5em;
  31. top:-.75em;
  32. z-index:500;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement