Learn Accessibility by Building a Quiz - Step 55

I’m not sure what I’m doing wrong here. The hint says I should use an .info input selector which I have done but it’s not going through.

Your code so far

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/109.0.0.0 Safari/537.36

Challenge: Learn Accessibility by Building a Quiz - Step 55

Link to the challenge:

your post is missing the code. Please read the message and edit your post to show us the code.

I’m so sorry! Thank you for letting me know, below is the code I’m working on.

.info > input{width: 50%; text-justify: left}

delete the text-justify property and then press the check button. The hint will give you the correct property name (it is not text-justify)

Thank you for your suggestion. I tried it but the hint did not change.

what is the hint? (I believe it has the correct name in it)

The hint says " You should use either the .info input or .info > input selector." no matter what changes I make to my code.

can you share your latest code? I will try it and see if it works for me (it may be a browser thing or you may have a mistake)

.info input{width: 50%; }

I pasted your code in and the hint said:

Hint: You should give the input elements a text-align of left.

So that’s what you should probably do next?

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