Using CSS, I want to display only two lines of text by default from a block of more text, \and when the user hovers on it, the rest of text to be displayed.
For example, this is what it should look like by default:
And this is what it should like like when the user hovers on it:
How can I implement that in CSS?

