CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS backdrop filter Property

CSS backdrop-filter Property

 

 

The backdrop-filter property is used to apply a graphical effect to the area behind an element.

 

Default Value:-

 

Its default value is none.

 

Syntax:-

 

Its syntax is:- backdrop-filter: none | filter | initial | inherit;

 

Further Explanation:-

 

Value Description
none Default value. No filter is applied to the backdrop
filter A space-separated list of filter-functions like:
  1. blur()
  2. brightness()
  3. contrast()
  4. drop-shadow()
  5. grayscale()
  6. hue-rotate()
  7. invert()
  8. opacity()
  9. sepia()
  10. saturate()
initial Sets this property to its default value.
inherit Inherits this property from its parent element.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS