Как заставить текст исчезнуть после определенной длины CSS

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