+ 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
1 Answer