Como fazer o texto desaparecer após um certo comprimento CSS

/* Do this in the parent div */
div {
  overflow: hidden;
}
Plain Panda