CSS Humor

A Float None Position Absolute Bottom Zero

a {
  float: none;
  position: absolute;
  bottom: 0;
}

From Groxx