CSS Humor

Superman Pants Color Blue Z-Index 1 Superman Underwear Color Red Z-Index 2

#superman .pants {
  color: blue;
  z-index: 1;
}

#superman .underwear {
  color: red;
  z-index: 2;
}

From @shandusdu