mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
fix(curriculum): replace question in Styling Forms Quiz (#64466)
This commit is contained in:
@@ -61,23 +61,23 @@ Text input fonts need to be adequately sized, and the color needs to have suffic
|
||||
|
||||
#### --text--
|
||||
|
||||
Why is it important to not remove the ability for users to resize a `textarea` input?
|
||||
How should the error state styling relate to the focus state styling?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
Users should be able to zoom in and out and there should be no change in the input.
|
||||
They should be identical for consistency.
|
||||
|
||||
---
|
||||
|
||||
Users should be able to zoom in and out and the input should increase to twice its size.
|
||||
The error state should be less visible to avoid alarming users.
|
||||
|
||||
---
|
||||
|
||||
Users should be able to zoom in and out and the input text should triple in size.
|
||||
The error state should be animated while the focus state should be static.
|
||||
|
||||
#### --answer--
|
||||
|
||||
Users should be able to zoom in and out and the input should scale accordingly.
|
||||
The error state should be distinct from the focus state.
|
||||
|
||||
### --question--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user