5 hands-on exercises and 5 find-the-bug challenges for the CSS Text Color lesson. Every one is checked automatically in the browser — write the code, run it, and the tests tell you what still fails.
Set the #text colour to #333333.
Make the #title navy.
Set the colour once on #wrap so #text inherits it.
Make #text black at 60% opacity using rgba.
Navy heading, #555555 paragraph.
The text colour is set with color.
That is not a recognised colour keyword.
Ready to write the code?
The editor, the automatic checks and the worked solutions open up with an account.
Open the workspaceSetting it on the paragraph alone skips the rest of the wrapper.
A three-argument rgba is fully opaque.
The heading should be navy and the paragraph grey.