Advertisement
dianakko

estilos d nakojump

Sep 21st, 2021
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <style>
  2. #mando {
  3. border: 4px double black;
  4. object-fit: cover;
  5. border-radius: 8px;
  6. }
  7.  
  8. @font-face {
  9. font-family: 'pingwing';
  10. src: url(https://dl.dropbox.com/s/riczfzvhtes9y2j/pingwing.ttf);
  11. }
  12.  
  13. #text04, #text03 {
  14. font-family: 'pingwing';
  15. position: relative;
  16. z-index: 10;
  17. bottom: -16px;
  18. color: #fff;
  19. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  20. }
  21.  
  22. #text01 {
  23. height: 100px;
  24. overflow: auto;
  25. }
  26. </style>
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement