...

/

Problem: Line Clamp with Hover-to-Expand Behavior

Problem: Line Clamp with Hover-to-Expand Behavior

Try to clamp paragraph text to two lines with ellipsis and reveal full content on hover using only CSS.

Problem description

Clamp paragraph text to two lines and allow it to fully expand when the user hovers over the element, using only CSS (no JavaScript is allowed). ...