mixue

cr rosettas on whi 2

Aug 22nd, 2022 (edited)
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ---main container---
  2. width: 21em;
  3. height: 10em;
  4. border: double #ec60c1;
  5.  
  6. ---text shadow---
  7. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 0 0;
  8.  
  9. ---main info---
  10. border-radius: 20px;
  11. background: #E691B4;
  12. width: 7em;
  13. height: 3.5em;
  14. padding: 5px;
  15.  
  16. (mobile)
  17. width: 7em;
  18.  
  19. ---scrollbox---
  20. background: #F0F9FF;
  21. overflow-y: scroll;
  22. padding: 5px;
  23. height:6em;
  24. width: 12em;
  25.  
  26. (mobile)
  27. width: 12em;
Advertisement
Add Comment
Please, Sign In to add comment