CSS filter Property not working properly on Google Chrome
Is there an error on my part in the code I wrote?
The filter Property
Convert the image to grayscale:
in css
img {
filter: grayscale(100%);
}
img:hover {
filter: grayscale(0);
}
New contributor
mahmoud salma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.