Answers for "how to add blurr to a div"

CSS
1

make blur with css

/* Add the blur effect in CSS */
  filter: blur(8px);
  -webkit-filter: blur(8px);
Posted by: Guest on June-15-2021

Code answers related to "how to add blurr to a div"

Browse Popular Code Answers by Language