ruesha

blur i ii embed (cr baeyhkun if u use!)

May 27th, 2021 (edited)
2,614
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <style>
  2.  
  3. a.one:link, a.one:visited {
  4.  
  5. text-shadow: -1px 0 #F7B0CA, 0 1px #F7B0CA, 1px 0 #F7B0CA, 0 -1px #F7B0CA, 0 0;
  6.  
  7. font-size:25px;
  8.  
  9. font-weight:bold;
  10.  
  11. color:#F7B0CA;
  12.  
  13. text-align: left;
  14.  
  15. text-decoration: none;
  16.  
  17. }
  18.  
  19. a.two:link,a.two:visited {
  20.  
  21. text-shadow: -1px 0 #FFABCE, 0 1px #FFABCE, 1px 0 #FFABCE, 0 -1px #FFABCE, 0 0;
  22.  
  23. font-size:25px;
  24.  
  25. font-weight:bold;
  26.  
  27. color:#fff;
  28.  
  29. text-align: left;
  30.  
  31. text-decoration: none;
  32.  
  33. }
  34.  
  35. a.one:hover, a.one:active {
  36.  
  37. webkit-filter: blur(1px); /* Chrome, Safari, Opera */
  38.  
  39. filter: blur(1px);
  40.  
  41. }
  42.  
  43. a.two:hover, a.two:active {
  44.  
  45. webkit-filter: blur(1px); /* Chrome, Safari, Opera */
  46.  
  47. filter: blur(1px);
  48.  
  49. }
  50.  
  51. </style>
  52.  
  53. <a class="one" href="#home">❥</a>
  54.  
  55. <a class="two" href="#one"> I.</a>
  56.  
  57. <a class="two" href="#two"> II.</a>
  58.  
  59. <a class="two" href="#three"> III.</a>
  60.  
  61. </body>
  62.  
  63. </html>
Add Comment
Please, Sign In to add comment