Find images without alt-tag

Never forget to add alt-tag to your images, add this css-snippet to your site.

img:not(alt), img[alt=""] {
  border: 2px solid red;
}