mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-27 19:00:42 -04:00
fix(curriculum) : Improve Question 19 Clarity by Standardizing Answer lengths (#59760)
This commit is contained in:
@@ -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--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user