Answers for "how to make a background blurry in html css"

CSS
18

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 make a background blurry in html css"

Browse Popular Code Answers by Language