Cara membuat teks menghilang setelah CSS panjang tertentu

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