Add second exercise with initial README.md

This commit is contained in:
Daniel Murphy 2022-01-06 12:24:38 -05:00
parent 08a2d05f5a
commit 895ec231ab
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Responsive Holy Grail Layout with Grid
This one is easy! We are going to take our Holy Grail Layout from the first exercise and make it responsive. To do this we will simply change our fixed track sizes to be dynamic. Consider this a warmup for the next exercise and make sure your layout is responding properly when resizing the window.
### Hints
- You only need to add to the CSS selectors
- Use dynamic track sizes for your columns and rows
## Desired Outcome
### Self Check