odin-default-css-exercises/grid/01-grid-layout-1
Daniel Murphy 578b05dc2d Add solution.html to solution folder 2022-01-05 13:20:19 -05:00
..
solution Add solution.html to solution folder 2022-01-05 13:20:19 -05:00
README.md Add desired outcome image to folder and link in README.md 2022-01-05 12:52:38 -05:00
desired-outcome.png Add desired outcome image to folder and link in README.md 2022-01-05 12:52:38 -05:00
index.html Add solution.html to solution folder 2022-01-05 13:20:19 -05:00

README.md

The Holy Grail Layout with Grid

Now it's time to practice the Grid tools we've learned and create a layout that might seem familiar. We're going to make a Holy Grail Layout like the ones we created using Flexbox. The difference here is that we won't be relying on Flexbox for this exercise. We'll only be using Grid. You'll be able to see the benefits of Grid for yourself!

Hints

Desired Outcome

desired outcome

Self Check