CSS Tutorial in Hindi [Part 21] - CSS Filter

Tech Gun
Youtube
Related Topic
:- Web Development HTML

In this video i will talk about CSS Filter. The filter CSS property applies graphical effects like blur or color shift to an element. Filters are commonly used to adjust the rendering of images, backgrounds, and borders. Included in the CSS standard are several functions that achieve predefined effects. You can also reference an SVG filter with a URL to an SVG filter element. CSS Syntax filter: none | blur() | brightness() | contrast() | drop-shadow() | grayscale() | hue-rotate() | invert() | opacity() | saturate() | sepia();

Comments