Learn Accessibility by Building a Quiz - Step 55

Tell us what’s happening: I am not sure what is wrong, I think I did what the task asked for and what the hint suggested, but the code is still wrong.

The task: To make the first section look more inline, target only the input elements within .info elements, and set their width to 50% , and left-align their text.
The hint: You should use either the .info input or .info > input selector.

Your code so far

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

Challenge Information:

Learn Accessibility by Building a Quiz - Step 55

I tried this out, and it passes the test. Maybe try refreshing and re-submitting.

Please show all your code not just a piece of it. You could have an issue in another area

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