Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background image blur css codepen

// make a div overlapping the img
thediv{
	backdrop-filter: blur(15px);
}

or

filter: blur(8px);
 
PREVIOUS NEXT
Tagged: #background #image #blur #css #codepen
ADD COMMENT
Topic
Name
9+2 =