Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #blur img {
- filter: blur(0px);
- transition: .25s ease-out;
- }
- #blur:hover img {
- filter: blur(2px);
- transition: .25s ease-in;
- }
- </style>
- <div id="blur">
- <img src="Your Image Here">
- </div>
Add Comment
Please, Sign In to add comment