Follow

A fun experiment is to add blur to all images with no alt text.

This should be built-in to Internet.

img:not([alt]):not(:hover) {
filter: blur(3px);
}

· Edited · · Web · 2  · 12  · 29