Hello, this is similar to h1 and text-align with property center. Instead, You need to add background-color to the body element with brown property.
Mod Edit: SOLUTION REDACTED
First, I would reset the code. You have added a bunch of things you weren’t told to add.
Then, you need to create a new CSS rule for the body. A CSS rule has 3 parts:
h { // This is the *selector*
// The selector says what this rule applies to
color: green; // This is a attribute: value pair
// This describes what should happen to the selected elements
}
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.