Created
November 20, 2017 15:38
-
-
Save sergeh/8222056b864630f2c84d9276870103bf to your computer and use it in GitHub Desktop.
Display images with empty or forgotten alt attributes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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