fix(curriculum) : Improve Question 19 Clarity by Standardizing Answer lengths (#59760)

This commit is contained in:
agilan11
2025-04-16 21:57:57 +05:30
committed by GitHub
parent ccdd205a15
commit f4a2d8d03b

View File

@@ -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--