Learn Accessibility by Building a Quiz - Step 54

Tell us what’s happening:
I wrote the code as seen below

Your code so far
.formrow {
margin:1px 0 0 1px;
padding:0 1px 0 1px;
}
.formrow > input{
font-size: 50%;
}

But still I get an error as so:-
You should use an input selector to target the input elements.

Challenge: Learn Accessibility by Building a Quiz - Step 54

Link to the challenge:

1 Like

Welcome to our community!

The second selector is only the ‘input’ selector, and the value for its ‘font-size’ property should be greater than 13px. You can add e.g. the value of 20px…

1 Like

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