CSS si el elemento está vacío
div:empty {
background: lime;
}
MunchDuster
div:empty {
background: lime;
}