Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #sat img {
- display: block;
- width:400px;
- height:auto;
- filter:saturate(100%);
- }
- #sat:hover img {
- filter: invert(100%);
- /* change depending on how saturated u want it to be */
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement