how to blur background image on another in html 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);