Use the filter property to blur images on the webpage.
filter
Make sure to pick filter followed by : and then blur(2px), ;.
:
blur(2px)
;