dollcrds

monster drr ac codes

Jun 25th, 2022
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:'cupcake';
  4. src: url(https://dl.dropbox.com/s/dayh8onbivwmqq7/Cherry%20Cupcake%20Personal%20Use.ttf);
  5. }
  6.  
  7. @font-face {
  8. font-family: Nintendo-DS-BIOS;
  9. src: url(https://dl.dropbox.com/s/vlxjtnvrl9s0snp/Nintendo-DS-BIOS.ttf);
  10. }
  11. #float {
  12. animation-name: floating;
  13. animation-duration: 3s;
  14. animation-iteration-count: infinite;
  15. animation-timing-function: ease-in-out;
  16. }
  17.  
  18. @keyframes floating {
  19. 0% { transform: translate(0, 0px); }
  20. 50% { transform: translate(0, 7px); }
  21. 100% { transform: translate(0, -0px); }
  22.  
  23. </style>
Advertisement
Add Comment
Please, Sign In to add comment