“CSS Text Cut Dots” Respostas de código

Dottet de transbordamento

.cut-text { 
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
Mattiboi

CSS Text Cut Dots

.cut-text { 
  text-overflow: ellipsis;
  overflow: hidden; 
  width: 160px; 
  height: 1.2em; 
  white-space: nowrap;
}
<div class="cut-text">
I like big butts and I can not lie.
</div>
JulesG10

Respostas semelhantes a “CSS Text Cut Dots”

Perguntas semelhantes a “CSS Text Cut Dots”

Mais respostas relacionadas para “CSS Text Cut Dots” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código