From 965fcbd6a147d4e152dd15e1ebe12a25960fe305 Mon Sep 17 00:00:00 2001 From: Daniel Murphy <60681378+dm-murphy@users.noreply.github.com> Date: Mon, 13 Jun 2022 21:17:35 -0400 Subject: [PATCH] Update grid/03-grid-layout-3/README.md Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com> --- grid/03-grid-layout-3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grid/03-grid-layout-3/README.md b/grid/03-grid-layout-3/README.md index 0fa9779..beea0c8 100644 --- a/grid/03-grid-layout-3/README.md +++ b/grid/03-grid-layout-3/README.md @@ -3,7 +3,7 @@ Now that you've made your Holy Grail layout responsive, we are going to have some fun making it a bit more complicated and adding some features. You might find this to be a bit more challenging than you expected. You might even be tempted to use Flexbox. But for the sake of this practice assignment, try and see if you can figure out how to recreate this entire mockup using only Grid. Feel free to add in your own dummy content or styling too! ### Hints -- For this exercise you will need to add some CSS declaration blocks to the style.css file. Look through the HTML to see what CSS classes you should use and remember you can use descendant selectors too +- For this exercise you will need to add some CSS declaration blocks to the style.css file. Look through the HTML to see what selectors and combinators you can use. - Take the layout one section at a time - You don't need to add or change anything to the HTML, but it will be helpful to look through the parent and child relationships between elements - Just like with Flexbox, you can easily center an item by making it into a grid