@harford
I’m sorry, I was in a hurry yesterday.
So basically, inside that style tag. We can use the name of an HTML tag/ IdName/ ClassName to target that particular element.
We use curly brackets to assign the style we wanna assign.
Above is an example.
Try doing different things. Break the code. This way, you’ll learn better.
The “example” you gave doesn’t look like an example to me. It looks more like the solution to me.
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.
Ok let me explain by clarifying the hint.
So element = <style> (opening tag) </style> (closing tag)
property = text-align
value = center
Try plugging that in please.