CSS si el elemento está vacío

div:empty {
  background: lime;
}
MunchDuster