August 14, 2026

CSS coding: how to make a text ellipsis

Often you want to shorten the text to make it fit a box and just make it nicer to display, copy/paste the code below to make an ellipsis

.your-class { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

woman in gray sweater holding black smartphone Previous post Spotify gets even more social with a podcast button
Next post Space: a multiplanet system nearby discovered by Astronomers from Massachusetts Institute of Technology