Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- a{
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- text-decoration: none;
- }
- a:hover {
- webkit-filter: blur(1px); /* Chrome, Safari, Opera */
- filter: blur(1.5px);
- font-style: italic;
- text-decoration: none !important;
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- -ms-transition: all .3s ease-in-out;
- transition: all .3s ease-in-out;
- }
- </style>
- </head>
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement