CSS Humor

Olive Oil Z-index 1 Water Z-index 0

.oliveoil {
  z-index: 1;
}
.water {
  z-index: 0;
}

From Cemil K.