Skip to content

Challenge Change the Color of Text

SaintPeter edited this page · 1 revision
Clone this wiki locally

CSS allows us to change many styles. To change the color of an element we use color.

Here's how you would set your h2 element's text color to blue: <h2 style="color: blue">CatPhotoApp</h2>.

Something went wrong with that request. Please try again.