Paint it
The heading is plain black. Change its text colour using the color property. Any colour will do.
Step 1Write the selector
#heading {
}Step 2Set the text colour
color: #e74c3c;HTML (read-only)
Your CSS
Hint
Not sure what colour? Open the CSS Playground in another tab to explore and copy values.
Write your CSS, then click Run.
Preview