Maybe my way of going about it is wrong, I was trying to figure out a way to try to use only 1 selector to align all 3. I don’t see a way how. So instead, I used each selector, as selector 1, 2, and 3. Any advice here?
you shouldn’t be adding the words selector1 in your code, that is an example showing you the syntax
you can give the same css propertyes to multiple selectors, you can write them separated by commas, like it is showing here with the made-up selectors selector1 and selector2
I think my issue is using one of the type-selector(s) to align them all at the same time. Although, what I do notice with the closing tag of the style element, whenever I put a comma, all 3 of of text(s) on the webpage (to the preview) center down. So, I’m close to it.
You are close. Reference the first reply from @ILM and use that format. You should only be adding the properties and values once in total for all three elements.
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It 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.