CSS | CSS backdrop-filter

This is a demo of CSS backdrop-filter and it's fall-back for when it's not working

Backdrop-filter in CSS snippet will look like this:

      
        section {
          background: hsla(213, 16%, 22%, .85);
          backdrop-filter: blur(5px);
          -webkit-backdrop-filter: blur(5px);
        }
      
    

This H1 has backdrop-filter

The effect should look like 1 of the the folowing image:

Should like like image Should like like image