I am really confused

h1 { text-align: center; } h2 { text-align: center;} p { text-align: center}

This is my code and this is the response I am getting. You should use a single type selector for all three elements, h1, h2, p . Be sure to use that order. I have all three sectors in the order they requested and still cannot pass.

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

You have three separate CSS rules. You should have one CSS rule with 3 selectors.

1 Like

Thank you for your help on this problem

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.