Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- a.one:link, a.one:visited {
- text-shadow: -1px 0 #F7B0CA, 0 1px #F7B0CA, 1px 0 #F7B0CA, 0 -1px #F7B0CA, 0 0;
- font-size:25px;
- font-weight:bold;
- color:#F7B0CA;
- text-align: left;
- text-decoration: none;
- }
- a.two:link,a.two:visited {
- text-shadow: -1px 0 #F7B0CA, 0 1px #F7B0CA, 1px 0 #F7B0CA, 0 -1px #F7B0CA, 0 0;
- font-size:25px;
- font-weight:bold;
- color:#fff;
- text-align: left;
- text-decoration: none;
- }
- a.one:hover, a.one:active {
- webkit-filter: blur(1px); /* Chrome, Safari, Opera */
- filter: blur(1px);
- }
- a.two:hover, a.two:active {
- webkit-filter: blur(1px); /* Chrome, Safari, Opera */
- filter: blur(1px);
- }
- </style>
- <a class="one" href="#home">❥</a>
- <a class="two" href="#one"> I.</a>
- <a class="two" href="#two"> II.</a>
- <a class="two" href="#easy"> III.</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement