Step 54 “Responsive web design certification” in “Learn accessibility by building a quiz”. The question in this step is: “Give the .formrow elements a top margin, and some left and right padding. The rest of the padding values should be 0.” - But we haven’t created a .formrow class before, and DOOM doesn’t have such an element at the moment.
Hi there!
Post a link to the challenge step as well.
If you are sure it has a mistake, create an issue for it on GitHub in the freeCodeCamp repository.
Okey. Thank you. I will do so.
sometimes css classes styles are created before an element is given a certain class name, it can happen, but I agree it can be confusing
but this is not the case, there is a .formrow
element on line 90 of the html file, you have created it in step 35
Thanks. Strange, I looked before and didn’t see it and my browser didn’t find it through the search on the page
yep, the browser search doesn’t work in the editor, I don’t know why