“CSS Text Cut Dots” Kode Jawaban

Dottet overflow

.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

Jawaban yang mirip dengan “CSS Text Cut Dots”

Pertanyaan yang mirip dengan “CSS Text Cut Dots”

Lebih banyak jawaban terkait untuk “CSS Text Cut Dots” di CSS

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya