Advertisement
dnwmfilms

↳ ❝ [roman numerals] ¡! ❞

Nov 15th, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. <style>
  2.  
  3. a.one, a.one{
  4. text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000, 0 0;
  5. font-size: 30px;
  6. font-weight: bold;
  7. text-align: center;
  8. text-decoration: none;
  9. }
  10.  
  11. a.one:link, a.one:visited {
  12. color: #fff;
  13. }
  14.  
  15. a.one:hover, a.one:active {
  16. webkit-filter: blur(1px); /* Chrome, Safari, Opera */
  17. filter: blur(1px);
  18. }
  19.  
  20. </style>
  21. <a class="one" href="#home">♥︎</a>
  22. </body>
  23. </html>
  24.  
  25. —————
  26.  
  27. <style>
  28.  
  29. a.one, a.one{
  30. text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000, 0 0;
  31. font-size: 30px;
  32. font-weight: bold;
  33. text-align: center;
  34. text-decoration: none;
  35. }
  36.  
  37. a.one:link, a.one:visited {
  38. color: #fff;
  39. }
  40.  
  41. a.one:hover, a.one:active {
  42. webkit-filter: blur(1px); /* Chrome, Safari, Opera */
  43. filter: blur(1px);
  44. }
  45.  
  46. </style>
  47. <a class="one" href="#one">I.</a>
  48. </body>
  49. </html>
  50.  
  51. —————
  52.  
  53. <style>
  54.  
  55. a.two, a.two{
  56. text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000, 0 0;
  57. font-size: 30px;
  58. font-weight: bold;
  59. text-align: center;
  60. text-decoration: none;
  61. }
  62.  
  63. a.two:link, a.two:visited {
  64. color: #fff;
  65. }
  66.  
  67. a.two:hover, a.two:active {
  68. webkit-filter: blur(1px); /* Chrome, Safari, Opera */
  69. filter: blur(1px);
  70. }
  71.  
  72. </style>
  73. <a class="two" href="#two">II.</a>
  74. </body>
  75. </html>
  76.  
  77. —————
  78.  
  79. <style>
  80.  
  81. a.three, a.three{
  82. text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000, 0 0;
  83. font-size: 30px;
  84. font-weight: bold;
  85. text-align: center;
  86. text-decoration: none;
  87. }
  88.  
  89. a.three:link, a.three:visited {
  90. color: #fff;
  91. }
  92.  
  93. a.three:hover, a.three:active {
  94. webkit-filter: blur(1px); /* Chrome, Safari, Opera */
  95. filter: blur(1px);
  96. }
  97.  
  98. </style>
  99. <a class="three" href="#three">III.</a>
  100. </body>
  101. </html>
  102.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement