Answers for "how to blur the background in csss"

CSS
22

how to blur background color in css

background: rgba(255,255,255,0.5);
backdrop-filter: blur(5px);
Posted by: Guest on July-11-2020

Code answers related to "how to blur the background in csss"

Browse Popular Code Answers by Language