mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): Clarify what a space-around value of align-content does (#66397)
This commit is contained in:
parent
b5b35d02c2
commit
20f88de540
@ -7,7 +7,7 @@ dashedName: step-27
|
||||
|
||||
# --description--
|
||||
|
||||
With the `space-around` value, items are evenly distributed within the alignment container. To see it in action, change the `align-content` value from `end` to `space-around`.
|
||||
With the `space-around` value, items are evenly distributed within the alignment container. Each item has equal space on both sides, but the space at the start and end edges is half the space between two adjacent items. To see it in action, change the `align-content` value from `end` to `space-around`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user