So, I Want to make a blog website design in which the content is shown up to something like only 80 words. I was wondering if there was a way in which I can break the text to certain words.
I've already tried using this
overflow:hidden;
but this works only for a single line which doesn't look good at all and I wanted Multiple lines of text in it.
Also, I was wondering if there was a way to do this without javascript cause I don't know javascript at all.
Thanks In Advance.