I want to show the title of some books in the page. Some title are short that can be show just in one line, and some are very long that will wrap to 2 lines.
Is it possible to set different styles (say: color
, or line-height
) for the 2 cases, just using CSS?
E.g. if the title is in one line, set the color to green. But if it's too long or user resize the window into smaller one, that it displayed in 2 lines, set the color to yellow?