Outlines images without alt text

PHOTO EMBED

Mon Mar 15 2021 13:53:55 GMT+0000 (Coordinated Universal Time)

Saved by @SabrinaAMM #css #accessibility

img:not([alt]) {
  outline: 2px solid red;
}
content_copyCOPY