accessibility quiz step 56 is confusing
See original GitHub issueThis step is confusing to many people
Specifically the
Also, align the text to the right.
You write the code required
.info > label, .info > input {
display: inline-block;
text-align: right;
}
and then it says
You should set the text-align: right property before the .info input rule.
It uses precedence rules without talking about them.
The end result needs to be that the labels have text-align: right;
and the inputs text-align: left
so why are we asking yo add the text-align: right
to a selector list that includes both and then rely on precedence rules to have them assigned property?
Issue Analytics
- State:
- Created a year ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Learn Accessibility by Building a Quiz - Step 56 - HTML-CSS
The text-align part is so confusing since I place it in the input and label selector and it says it needs to be...
Read more >FreeCodeCamp Learn Accessibility by Building a Quiz
Accessibility is making your webpage easy for all people to use – even people with disabilities.In this video, we build a quiz webpage....
Read more >Learn Accessibility by Building a Quiz - FreeCodeCamp
https://www.freecodecamp.org/learn/2022/responsive-web-design#learn- accessibility -by-building-a-quizIf you found my content helpful, ...
Read more >Learn Accessibility by Building a Quiz (Part 3) - YouTube
Questions 34 - 67 (the end of the Project)you'll build a quiz webpage. You'll learn accessibility tools such as keyboard shortcuts, ...
Read more >freeCodeCamp: ACCESSIBILITY QUIZ | PROJECT SOLUTION
Are You A Coding Expert? Take Our Free Quiz and Find Out: https://www.dorscodingschool.com/ quiz ▻ Free Discord Group: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@tom-raley go for it Issues with the https://github.com/freeCodeCamp/freeCodeCamp/labels/help wanted label are up fpr grabs, the first comprehensive PR received is reviewed. Issues are not assigned.
I can do it please assign it to me