From 57e77757e046bb4b8e5d3281ce539ff90fc2a80b Mon Sep 17 00:00:00 2001 From: Daniel Murphy Date: Wed, 5 Jan 2022 12:47:59 -0500 Subject: [PATCH] Add grid folder for first exercise and initial README.md draft --- grid/01-grid-layout-1/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 grid/01-grid-layout-1/README.md diff --git a/grid/01-grid-layout-1/README.md b/grid/01-grid-layout-1/README.md new file mode 100644 index 0000000..7cba0e5 --- /dev/null +++ b/grid/01-grid-layout-1/README.md @@ -0,0 +1,9 @@ +# 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 + +### Self Check \ No newline at end of file