Skip to content

Commit

Permalink
Update using_flexbox_and_grid.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitarevenco committed Feb 9, 2024
1 parent 1807a14 commit 03d8ae2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions intermediate_html_css/grid/using_flexbox_and_grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Some may tell you there is a debate on the use of Grid vs. Flexbox and whether or not one is superior to the other. The reality is much simpler - these are complementary tools that can work together, and each has its own place in the world of CSS.

### Learning outcomes
### Lesson overview

By the end of this lesson, you should be able to:
This section contains a general overview of topics that you will learn in this lesson.

* Know when you might want to use Flexbox over Grid
* Know when you might want to use Grid over Flexbox
* Know when you might want to use the two together
- Know when you might want to use Flexbox over Grid.
- Know when you might want to use Grid over Flexbox.
- Know when you might want to use the two together.

### Content first vs layout first design

Expand Down Expand Up @@ -68,4 +68,4 @@ This section contains questions for you to check your understanding of this less
This section contains helpful links to other content. It isn’t required, so consider it supplemental.

- MDN wrote an in-depth article on the relationship between Grid and other layout methods [here](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Relationship_of_Grid_Layout)
- If you are a visual learner, [Flexbox30](https://www.samanthaming.com/flexbox30/) is a great resource for quick visual reference.
- If you are a visual learner, [Flexbox30](https://www.samanthaming.com/flexbox30/) is a great resource for quick visual reference.

0 comments on commit 03d8ae2

Please sign in to comment.