Broken Image

You can use the ::before pseudo-element to style broken images by displaying a placeholder icon or message.

img:broken::before {
  content: "Image not found";
  display: bLock;
  text-align: center;
  padding: 2@px;
  background-color: #f0f0f0;
}