“hacer que un párrafo se ajuste en div” 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 “hacer que un párrafo se ajuste en div”

Preguntas similares a “hacer que un párrafo se ajuste en div”

Más respuestas relacionadas con “hacer que un párrafo se ajuste en div” en CSS

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código