Add grid folder for first exercise and initial README.md draft
This commit is contained in:
parent
64af9ee14d
commit
57e77757e0
1 changed files with 9 additions and 0 deletions
9
grid/01-grid-layout-1/README.md
Normal file
9
grid/01-grid-layout-1/README.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue