Skip to content

Commit 5f22021

Browse files
authored
Merge pull request #1795 from mitre88/fix-broken-flexbox-grid-link
fix: replace broken flexbox-vs-grid link with MDN reference
2 parents 8c3040b + f18abad commit 5f22021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

3-terrarium/2-intro-to-css/assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Understanding when and how to use different layout methods is a crucial skill fo
9898
### Layout Method Guides
9999
- 📖 [A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)
100100
- 📖 [A Complete Guide to CSS Grid](https://css-tricks.com/snippets/css/complete-guide-grid/)
101-
- 📖 [Flexbox vs Grid - Choose the Right Tool](https://blog.webdevsimplified.com/2022-11/flexbox-vs-grid/)
101+
- 📖 [Relationship of grid layout with other layout methods](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout/Relationship_of_grid_layout_with_other_layout_methods)
102102

103103
### Browser Testing Tools
104104
- 🛠️ [Browser DevTools Responsive Mode](https://developer.chrome.com/docs/devtools/device-mode/)

0 commit comments

Comments
 (0)