Learn Accessibility by Building a Quiz - Step 56

Please where am I wrong ?:

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

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.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

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

Challenge: Learn Accessibility by Building a Quiz - Step 56

Link to the challenge:

is the hint telling you that you should put the text-align above the .info input ?

if yes, then you need to move this whole selector so it is above the .info input selector block.

btw. I just unlisted your duplicate topic. Try not to create duplicates and instead just use the existing topic to update us (with code or question)

No, it isn’t . It says :
Hint
You should give the label element a text-align of right

can you copy and paste all your code (include code above and below the block of code you already shared) here?

just did a test, this property is supposed to go in the label element selector (not this selector)

1 Like

Ok, thank you for your help.

1 Like

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