I am trying to create a freezing effect when the image starts and is full, and when I hover over the image, I would like it to have a blue overlay.
The thing is, with a simple blue overlay, it just superimposes a translucent block of blue on the color image ... which means that other colors appear a little. I would like the image to just be a blue tint.
Now I managed to get the image to go in grayscale, and I managed to get the blue overlay, but is there a way to get CSS to style the effects? Rotate the image in shades of gray, then multiply the color by it.
An easier way is to simply create the effect as a bitmap and then just change it, but it would be nice if it could be done in code.
html css
ZippoS
source share