Can you offer any additional help? My brain is still very confused and I don’t understand what to do next.
What should I do if I am not modifying the existing selectors?
This is a challenge and it should be done as required. You should set display property to inline-block for input and corresponding label elements together. There is always another solution but in this step you should select two elements with a specific class:
.class element1, .class element2 {
}
or
.class > element1, .class > element2 {
Add the ‘text-align’ property set to ‘right’ to the existing .info label { } selector
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.