Learn Accessibility by Building a Quiz - Step 56

Step 56

To align the input boxes with each other, set the display property to inline-block for all input and label elements within .info elements.
Also, align the text to the right.

I’m having trouble understanding the “align the text to the right” where ever I place the code the response is " You should give the input and label elements a text-align of right."

Codepen - Learn Accessibility by Building a Quiz

you need to set display: inline -block and text-align : right in the selector of .info input and .info label

Thank you so much.
Initially I was still getting an error after your response but I realized that the order of the code was wrong as well - all good now thanks.

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