The line trunctation in your 5th tip won't work like this. You have to add few more properties, in order for it to work properly:
-webkit-box-orient: vertical; -webkit-line-clamp: 4; display: -webkit-box; overflow: hidden;
Thank you! I've added this in the edit.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
The line trunctation in your 5th tip won't work like this. You have to add few more properties, in order for it to work properly:
Thank you!
I've added this in the edit.