mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum) : Improve Question 19 Clarity by Standardizing Answer lengths (#59760)
This commit is contained in:
parent
ccdd205a15
commit
f4a2d8d03b
@ -417,15 +417,15 @@ What does setting an element's width to `auto` do in CSS?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
It sets the width to `100%`.
|
||||
It sets the width to `100%` of the parent element by default.
|
||||
|
||||
---
|
||||
|
||||
It sets the width to `50%` of the viewport.
|
||||
It sets the width to `50%` of the viewport unless other styles override it.
|
||||
|
||||
---
|
||||
|
||||
It sets the width to `0px`.
|
||||
It sets the width to `0px` if no content or padding is present.
|
||||
|
||||
#### --answer--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user