make background blur with 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: how to blur background css
background blur
background: rgba(255,255,255,0.5);
backdrop-filter: blur(5px);
background blur