56 - Pseudo-clase: empty




Problema:

Definir el siguiente estilo para los div vacíos:

div:empty {
  width:80%;
  margin:0 auto;
  height:50px;
  background-color:yellow;
}


Retornar