ποΈ Live Preview
Preview
π Text Truncation Preview
CSS (Cascading Style Sheets) is a stylesheet language used to describe the presentation of HTML documents. Line-Clamp is a powerful CSS property...
π Line Count Comparison
π CSS Code
.text-clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
font-size: 14px;
line-height: 1.6;
}