Learn Accessibility by Building a Quiz - Step 53

im stumped… again :frowning:

.formrow {
  padding-right: 1px;
  margin-top: 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1px;

.input {
 font-size: 25;
}

Your browser information:

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

Challenge: Learn Accessibility by Building a Quiz - Step 53

Link to the challenge:

You are using the wrong selector type on your input element - you can read about selector types here: CSS selectors - CSS: Cascading Style Sheets | MDN

Also - you need to make sure that you end each css block with a curly brace.

you forgot to close your .formrow … your code should be looking like this mod edit: solution removed

1 Like

Hi there, welcome to the forum!
Please be aware that we do not share code solutions here but appreciate hints/tips and guidance instead.

1 Like

alright thanks for letting me know :sweat_smile:

1 Like

the input part is right or not, as i think the input is not class. But i myself still cannot find the solution in this step at input part. Do we need to specify the selector for input? Can you please share the hint?

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

alright sir, thank you for the reply. I already got the solution :+1:

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