I'm attempting to add a greyed out effect to specific sections of an image (two stripes on the left and right). Is there a CSS-only solution for achieving this?
I am aware that filters can be used (e.g. filter: grayscale(100%)
), but I only want certain parts of the image to be grey, not the entire thing.