From 895ec231ab6ac13a95e09186a0b1df6ecf098a61 Mon Sep 17 00:00:00 2001 From: Daniel Murphy Date: Thu, 6 Jan 2022 12:24:38 -0500 Subject: [PATCH] Add second exercise with initial README.md --- grid/02-grid-layout-2/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 grid/02-grid-layout-2/README.md diff --git a/grid/02-grid-layout-2/README.md b/grid/02-grid-layout-2/README.md new file mode 100644 index 0000000..fac9ef2 --- /dev/null +++ b/grid/02-grid-layout-2/README.md @@ -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