Latar belakang gambar kabur CSS codepen

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

or

filter: blur(8px);
guiliuri