I cant figure out what the problem is. Step56 Accessibility quiz

Tell us what’s happening:

Your code so far

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

.info label {
  width: 10%;
  min-width: 55px;
}
.info label, .info input {
  display: inline-block;
  text-align: right
}

WARNING

Test

Sorry, your code does not pass. Try again.

Hint

You should set the text-align: right property before the .info input rule.

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 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

Challenge: Step 56

Link to the challenge:

for the small css you have posted, that’s not before

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