CSS Humor

Yacht Transform Rotate 90 Degrees Float None Vertical Align Bottom

.yacht {
  transform: rotate (90deg);
  float: none;
  vertical-align: bottom;
}

From @Zixxel