From 562f6082e3e04a6e3a8cb73fda2c6e662ab1b14f Mon Sep 17 00:00:00 2001 From: Prajwal Patil <32927982+prajwalkpatil@users.noreply.github.com> Date: Thu, 8 Oct 2020 14:45:40 +0530 Subject: [PATCH] Update readme.md Corrected a minor typo --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 59c4968..a0fa2ad 100644 --- a/readme.md +++ b/readme.md @@ -50,7 +50,7 @@ Also checkout and bookmark the CSS Tricks [article](https://css-tricks.com/snipp - percentages don't take into account the grid-gaps - `grid-template-columns: 200px 1fr 1fr` will create 1 column of 200px, and two columns that each take up 50% of the remaining space (2fr total) - `grid-template-columns: 200px 2fr 1fr` will create 1 column of 200px, one column that takes up 66%, and a final column that takes up the remaining 33% (3fr total) - - `grid-templates-columns: 200px 8fr` will create 1 column of 200px, and another column that takes up 100% of the remaining space (8fr/8fr = 100%) + - `grid-template-columns: 200px 8fr` will create 1 column of 200px, and another column that takes up 100% of the remaining space (8fr/8fr = 100%) - auto will adjust to the max size of the content - so an item with a lot of text will have a larger size @@ -224,4 +224,4 @@ Also checkout and bookmark the CSS Tricks [article](https://css-tricks.com/snipp - [nav menu with flip effect](https://codepen.io/kkekuna/pen/OQWQZm); ## Lesson 25 - Full Bleed Blog Layout -- \ No newline at end of file +-