How do you change the background color in CSS code example
Example 1: how to blur background color in css
background: rgba(255,255,255,0.5);
backdrop-filter: blur(5px);
Example 2: backgroud color css
background-color: blue;
background: rgba(255,255,255,0.5);
backdrop-filter: blur(5px);
background-color: blue;