CSS Humor

Tweet Max-Width 140 Characters Overflow Hidden

.tweet {
  max-width: 140ch;
  overflow: hidden;
}

From @g16n