Skip to content

Instantly share code, notes, and snippets.

@sergeh
Created November 20, 2017 15:38
Show Gist options
  • Save sergeh/8222056b864630f2c84d9276870103bf to your computer and use it in GitHub Desktop.
Save sergeh/8222056b864630f2c84d9276870103bf to your computer and use it in GitHub Desktop.
Display images with empty or forgotten alt attributes
img[alt=""],
img:not([alt]) {
border: 5px dashed #c00;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment