Skip to content

Commit

Permalink
Update justify-content word, add start/end. (#38080)
Browse files Browse the repository at this point in the history
* Update index.md

* Update index.md

* Update files/en-us/web/css/justify-content/index.md

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>

* Update files/en-us/web/css/justify-content/index.md

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>

---------

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>
  • Loading branch information
zhangenming and estelle authored Feb 13, 2025
1 parent a075805 commit e037271
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/en-us/web/css/justify-content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ justify-content: unset;

- `flex-start`

- : The items are packed flush to each other toward the edge of the alignment container depending on the flex container's main-start side.
- : The items are packed flush to each other toward the start edge of the alignment container on the flex container's main-start side.
This only applies to flex layout items. For items that are not children of a flex container, this value is treated like `start`.

- `flex-end`

- : The items are packed flush to each other toward the edge of the alignment container depending on the flex container's main-end side.
- : The items are packed flush to each other at the end edge of the alignment container on the flex container's main-end side.
This only applies to flex layout items. For items that are not children of a flex container, this value is treated like `end`.

- `center`
Expand All @@ -72,7 +72,7 @@ justify-content: unset;

- `left`

- : The items are packed flush with each other toward the left edge of the alignment container. When the property's horizontal axis is not parallel with the inline axis, such as when [`flex-direction: column;`](/en-US/docs/Web/CSS/flex-direction) is set, this value behaves like `start`.
- : The items are packed flush to each other toward the left edge of the alignment container. When the property's horizontal axis is not parallel with the inline axis, such as when [`flex-direction: column;`](/en-US/docs/Web/CSS/flex-direction) is set, this value behaves like `start`.

- `right`

Expand Down

0 comments on commit e037271

Please sign in to comment.