CSS Humor

Superman Tights Z-index 1 Underwear Z-index 2

.superman > .tights { z-index: 1; }
.superman > .underwear { z-index: 2; }

From Gracgory Copin