Learn Accessibility by Building a Quiz - Step 56

Challenge: Learn Accessibility by Building a Quiz - Step 56

Link to the challenge:

label {text-align: right;}

.info label, .info input{display: inline-block;}

I have tried severally to get the right lines of code for this challenge but it keeps telling me I am wrong. What am I doing wrong?

please edit your post and provide the requested information

label {text-align: right;}

.info label, .info input {display: inline-block;}

This has been my solution but it keeps getting rejected. What am I doing wrong?

can you post a link to the challenge you are on?
(normally clicking on Ask for Help button will do that automatically, just fyi)

okay. I have just done that.

edit: you created a new topic which was not required.
(you could have just edited the first one).
Anyway, I have merged your topics now.

Edited the post, please.

few things wrong here.
My suggestion is to restart the step.
Then pay attention to the way the editor is laid out.
There is an empty line right at the top.
Your new code will go there.

Before you add any code. Click Check.
It will guide you to add a selector.
Add that selector and keep going until you have completed that selector.
Then you will need to do one more thing to the existing selectors on the page…
(the hint will tell you)

1 Like

thank you very much.

1 Like

I tried it again and again, IT WORKED. THANK YOU VERY MUCH.

1 Like

You can try:
Mod edit: solution redacted

But really, I don’t understand the requirement in step 56

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.