It’s not only the text colour we can change as well, we can also use background-color
to change the colour of the background.
h1 {
background-color: lemonchiffon;
}
Try changing the background of the other elements on the Codepen below. Or change the colour of the h1
element.
See the Pen CSS Properties - Background Colour on CodePen.