“CSS Text Cut Dots” Code-Antworten

Überlaufdottet

.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

Ähnliche Antworten wie “CSS Text Cut Dots”

Fragen ähnlich wie “CSS Text Cut Dots”

Weitere verwandte Antworten zu “CSS Text Cut Dots” auf CSS

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen