Answers for "bhow to blur the background of an element in 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
3

blur background css

backdrop-filter: blur(5px);
Posted by: Guest on September-11-2021

Code answers related to "bhow to blur the background of an element in css"

Browse Popular Code Answers by Language