Learn Accessibility by Building a Quiz - Step 56

Tell us what’s happening:

I don’t know why it does not pass my code, even though I tried both ways “.info label and info > label”, any help would be greatly appreciated it.

Your code so far

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

.info > input {
  display: inline-block;
  width: 50%;
  text-align: left;
}


Your browser information:

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

Challenge: Learn Accessibility by Building a Quiz - Step 56

Link to the challenge:

Nvm, I fixed it, thanks anyways.

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