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

Introduction to Flexbox: Added slaying the dragon tutorial on flexbox #28600

Merged
merged 2 commits into from
Aug 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion foundations/html_css/flexbox/flexbox-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@
The following questions are an opportunity to reflect on key topics in this lesson. If you can't answer a question, click on it to review the material, but keep in mind you are not expected to memorize or master this knowledge.

- [What's the difference between a flex container and a flex item?](#flex-container-item-knowledge-check)
- [How do you create a flex item?](#how-to-create-flex-item-knowledge-check)

Check failure on line 82 in foundations/html_css/flexbox/flexbox-intro.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Link fragments should be valid

foundations/html_css/flexbox/flexbox-intro.md:82:3 MD051/link-fragments Link fragments should be valid [Context: "[How do you create a flex item?](#how-to-create-flex-item-knowledge-check)"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md051.md

### Additional resources

This section contains helpful links to related content. It isn't required, so consider it supplemental.

- Interneting Is Hard has a tutorial on [modern CSS layouts with flexbox](https://internetingishard.netlify.app/html-and-css/flexbox/index.html).

- Slaying the dragon tutorial on [Flexbox in 8 minutes](https://youtu.be/phWxA89Dy94?si=UOXlsTa0BMfQYG3q).
- For a more interactive explanation and example, try this [Scrim on Flexbox](https://scrimba.com/learn/flexbox/your-first-flexbox-layout-flexbox-tutorial-canLGCw). Note that this Scrim requires logging into Scrimba in order to view.
Loading