.roses { color: red; } .violets { color: blue; } #noticed .violets { content: "Why are they called violets if they are blue?"; }
From A. Jones