Advertisement
ruesha

hello kitty i ii embed (cr baeyhkun)

Jul 17th, 2021
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: hello kitty;
  5. src: url(https://dl.dropbox.com/s/l5kzvuqppwfxa9z/hellokittyfont.ttf);
  6. }
  7.  
  8. #b a:link {
  9. text-decoration: none;
  10. color: #FFD2B8;
  11. font-family: hello kitty;
  12. font-size:33px;
  13.  
  14. }
  15.  
  16. #b a:hover , a:visited {
  17. webkit-filter: blur(1px);
  18. color: #FFD2B8;
  19. filter: blur(1px);
  20. text-decoration: none;
  21.  
  22. }
  23. </style>
  24. <div id="b"> <a href="#home">❥</a><a href="#i">I.</a> <a href="#ii">II.</a></div>
  25. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement