how to set the back drop blur color in html and css code example
Example: how to blur background color in css
background: rgba(255,255,255,0.5);
backdrop-filter: blur(5px);
background: rgba(255,255,255,0.5);
backdrop-filter: blur(5px);