Learn Accessibility by Building a Quiz - Step 57

Tell us what’s happening:

**I have tried working using these hints---- .info > label, .info > input or .info label, .info input still not working **

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

  display: inline-block;
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 OPR/98.0.0.0

Challenge: Learn Accessibility by Building a Quiz - Step 57

Link to the challenge:

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Same here. I’ve tried this a few different ways. Always get the same message

`.info > label {
display: inline-block;
text-align: right;
}

.info > input {
display: inline-block;
}`

1 Like

Hello!

The above quoted code should work for you from your own code without the quotation marks for the first part of the step.

Do not forget that the .info label needs attention in the last step.

Keep up the good progress.

1 Like

I tried that and it’s stilll not working…

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.

1 Like