dollcrds

blur ju mp links

Jun 11th, 2022
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <head>
  2. <link rel="preconnect" href="https://fonts.googleapis.com">
  3. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  4. <link href="https://fonts.googleapis.com/css2?family=Mali&display=swap" rel="stylesheet">
  5. </head>
  6. <style>
  7.  
  8. a.two:link,a.two:visited {
  9.  
  10. text-shadow: -1px 0 #575757, 0 1px #575757, 1px 0 #575757, 0 -1px #575757, 0 0;
  11.  
  12. font-size:17px;
  13.  
  14. color:#fff;
  15.  
  16. font-family: 'Mali';
  17.  
  18. text-decoration: none;
  19.  
  20. }
  21.  
  22. a.two:hover, a.two:active {
  23.  
  24. webkit-filter: blur(1px); /* Chrome, Safari, Opera */
  25.  
  26. filter: blur(1px);
  27.  
  28. }
  29.  
  30. </style>
  31.  
  32. <a class="two" href="#home"> home! </a>
  33.  
  34. <a class="two" href="#rules"> rules! </a>
  35.  
  36. <a class="two" href="#music"> music! </a>
  37.  
  38. </body>
  39.  
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment