“texto CSS para adaptarse al contenedor” Código de respuesta

hacer que un párrafo se ajuste en div

.limit{
    width:50px;
    word-wrap: break-word;
}
Lazy Fenna

texto CSS para adaptarse al contenedor

//The viewport-percentage lengths are relative to the size of the initial
//containing block. When the height or width of the initial containing block
//are changed, they are scaled accordingly.
//vw = (% of the viewport width). So using it will look like this:
p {
    font-size: 2.5vw;
}
Poised Penguin

Respuestas similares a “texto CSS para adaptarse al contenedor”

Preguntas similares a “texto CSS para adaptarse al contenedor”

Más respuestas relacionadas con “texto CSS para adaptarse al contenedor” en CSS

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código