mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): replaced the last question in css quiz (#58045)
Co-authored-by: Naomi <accounts+github@nhcarrigan.com>
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user