fix(curriculum): replaced the last question in css quiz (#58045)

Co-authored-by: Naomi <accounts+github@nhcarrigan.com>
This commit is contained in:
Prabhakar Yadav
2025-01-14 00:44:06 +05:30
committed by GitHub
parent bc5fd0fdd4
commit df9015ab47
@@ -435,21 +435,21 @@ Which rule applies `24px` padding to the top and bottom?
#### --text--
What does the `line-height` property do?
For `padding: 10px 20px 30px 40px`, what is the correct order of values?
#### --distractors--
Controls the size of the font.
Right, Top, Left, Bottom
---
Controls the responsiveness of text.
Top, Left, Bottom, Right
---
Controls how much space is between the letters of text.
Top, Bottom, Right, Left
#### --answer--
Controls how much space is between the lines of text.
Top, Right, Bottom, Left