Cómo hacer que el texto desaparezca después de una cierta longitud CSS
/* Do this in the parent div */
div {
overflow: hidden;
}
Plain Panda
/* Do this in the parent div */
div {
overflow: hidden;
}