Wie man Text nach einer bestimmten Länge CSS verschwindet

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