Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
-
-