kylertism

saturation on hover images

Aug 24th, 2025
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <style>
  2.  
  3. #sat {
  4. display: flex;
  5. justify-content: center;
  6. }
  7.  
  8. #sat:hover {
  9. filter: grayscale(100%);
  10. transition: 0.5s;
  11. }
  12.  
  13. </style>
  14.  
  15. <img src="https://file.garden/Z8S48e3deXuAgcfA/resource/example" id="sat">
Advertisement
Add Comment
Please, Sign In to add comment