how to make a blur background on a color in 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);