“texto CSS para ajustar o contêiner” 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 “texto CSS para ajustar o contêiner”

Perguntas semelhantes a “texto CSS para ajustar o contêiner”

Mais respostas relacionadas para “texto CSS para ajustar o contêiner” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código