CSS Filter
The filter property is used to set the visual effect of an element. This property is mostly used to adjust the rendering of images, backgrounds, and borders. Also you can use the filter on SVG elements.
Syntax:
filter: none|blur()|brightness()|contr...
suprabhasupi.hashnode.dev7 min read