CSS Humor

Drunk Position Absolute Bottom 0 Overflow Hidden

.drunk {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

From @jelicanin