mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-02 16:01:34 -04:00
fix(curriculum): correct grammar and typo issues in css accessibility quiz (#67648)
Signed-off-by: Santino Baltazar Yorio <santiyorio7@gmail.com> Co-authored-by: Sem Bauke <semboot699@gmail.com>
This commit is contained in:
committed by
GitHub
parent
66b90a2b90
commit
87cb1fef3e
@@ -61,7 +61,7 @@ WebAIM's Color Contrast Checker
|
||||
|
||||
#### --text--
|
||||
|
||||
Which of the following tools allows you to pick background and foreground colors from content displayed on your screen and check for their contrast ratio?
|
||||
Which of the following tools allows you to pick background and foreground colors from content displayed on your screen and check their contrast ratio?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
@@ -165,7 +165,7 @@ img {
|
||||
|
||||
#### --text--
|
||||
|
||||
Which of the following `scroll-behavior` value allows a smooth scrolling behavior?
|
||||
Which of the following `scroll-behavior` values allows a smooth scrolling behavior?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
@@ -203,7 +203,7 @@ Which of the following features is used to detect the user's animation preferenc
|
||||
|
||||
#### --answer--
|
||||
|
||||
`prefers-reduce-motion`
|
||||
`prefers-reduced-motion`
|
||||
|
||||
### --question--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user