Hello guys, how do you make a website background photo blur? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Hello guys, how do you make a website background photo blur?

-webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); Tried this earlier and it made the contents blur instead of the web background photo

5th Apr 2018, 9:46 PM
Rex
Rex - avatar
1 Answer
5th Apr 2018, 9:58 PM
josh mizzi
josh mizzi - avatar