Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS flexbox module: add links to two guides #34238

Merged
merged 5 commits into from
Jun 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions files/en-us/web/css/css_flexible_box_layout/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ In the following example a container has been set to `display: flex`, which mean
- [Typical use cases of flexbox](/en-US/docs/Web/CSS/CSS_flexible_box_layout/Typical_use_cases_of_flexbox)

- : Common design patterns that are typical Flexbox use cases.

estelle marked this conversation as resolved.
Show resolved Hide resolved
- [CSS layout: flexbox](/en-US/docs/Learn/CSS/CSS_layout/Flexbox)
estelle marked this conversation as resolved.
Show resolved Hide resolved

- : Learn how to use flexbox layout to create web layouts.

estelle marked this conversation as resolved.
Show resolved Hide resolved
- [Box alignment in flexbox](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_flexbox)
estelle marked this conversation as resolved.
Show resolved Hide resolved

- : Details features of [CSS box alignment](/en-US/docs/Web/CSS/CSS_box_alignment) which are specific to flexbox.

## Related concepts

Expand Down