Html – How to apply a CSS filter to ONLY the background image
I've got a full screen snap scrolling HTML page which has different topics beneath eachother; you are able to access these by scrolling down. The different categories have different background images which are set using the background-image: url("image.png") tag. Here…