CSS Modern multi-line ellipsis
A while ago I wrote an article on truncating text with ellipsis, and we used a fail-safe version for the multi-line ellipsis.
Today I'm looking into a more modern and simple approach to solve this truncate problem.
The end result:
https://codepen.io/...
h.daily-dev-tips.com2 min read
Marvin Kweyu
Software Engineer. I write about the web ,bash and everything in between
Thanks a million. I have been looking for an implement of this. Had to use JavaScript to clip. This works too!