Tell us what’s happening:
You should set the
text-align: right
property before the
.info input
rule. // tests completed
Your code so far
.info label, .info input {
display: inline-block;
text-align: right;
}
Challenge: Learn Accessibility by Building a Quiz - Step 56
Link to the challenge: