Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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>
 
PREVIOUS NEXT
Tagged: #css #text #cut #dots
ADD COMMENT
Topic
Name
5+5 =