mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): clarify wording in css flexbox quiz questions (#60623)
This commit is contained in:
parent
e588ca5e1f
commit
8ad25f7e0f
@ -408,45 +408,45 @@ Which `justify-content` value spaces items equally along the main axis while lea
|
||||
|
||||
#### --text--
|
||||
|
||||
Which value for `align-items` will make it so items are directly against the cross-axis start?
|
||||
Which of the following results in the items being aligned at the start of the cross axis?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`flex-end`
|
||||
`align-items: flex-starts;`
|
||||
|
||||
---
|
||||
|
||||
`baseline`
|
||||
`align-items: baseline;`
|
||||
|
||||
---
|
||||
|
||||
`first-baseline`
|
||||
`align-items: first-baseline;`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`flex-start`
|
||||
`align-items: flex-start;`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which value for `align-items` will make it so items are directly against the cross-axis end?
|
||||
Which of the following results in the items being aligned at the end of the cross axis?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`flex-start`
|
||||
`align-items: flex-ends;`
|
||||
|
||||
---
|
||||
|
||||
`baseline`
|
||||
`align-items: end;`
|
||||
|
||||
---
|
||||
|
||||
`last-baseline`
|
||||
`align-items: flex-ending;`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`flex-end`
|
||||
`align-items: flex-end;`
|
||||
|
||||
### --question--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user