“Faça um parágrafo ajustado em div” Respostas de código

Faça um parágrafo ajustado em div

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

texto CSS para ajustar o contêiner

//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

Respostas semelhantes a “Faça um parágrafo ajustado em div”

Perguntas semelhantes a “Faça um parágrafo ajustado em div”

Mais respostas relacionadas para “Faça um parágrafo ajustado em div” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código