CSS Humor

Duplo Display Block Width 200% Height 200%

.Duplo {
  display: block;
  width: 200%;
  height: 200%;
}

From @ramriot