Hello. I am not ashamed to ask for help. I am not sorry I am creating this post to seek help for this issue. Like I said again, I am a new coder. So please show some respect. Here is the code and the hint. I think I have everything right. But I keep getting errors. This is the last time I’m posting and I will see if I have any other questions.
You changed the property from “h1, h2, p” from “text-align” to “auto”. That is not correct. Auto is not a valid property but a value.
The same it is with the div. You changed the “width” and background-color" property to “auto”.
I would suggest resetting the code to have a fresh start and just add the “margin-left” and “margin-right” PROPERTY with a VALUE of “auto” to the “div”. Then the code works.