Advertisement
kyujouz

saturate on hover

Oct 23rd, 2021
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. <style>
  2. img {
  3.     filter: saturate(100%);
  4. }
  5. img:hover {
  6.     filter: saturate(200%);
  7. }
  8. </style>
  9. <img src="https://graphic.neocities.org/tumblr_inline_nygkkqjTGV1tettd5_500%20(1).gif">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement