Skip to content

Commit

Permalink
week 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lmccart committed May 9, 2023
1 parent afc207d commit f9e4efd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ documentation/*
docs/*
_notes/*
*.mp4
.vscode/*
.vscode/*
*/.vscode/*
assets/week6/08_ResponsiveDesign/05_orientation/.vscode/
assets/week6/08_ResponsiveDesign/04_nav_breakpoints/.vscode/
3 changes: 3 additions & 0 deletions resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ <h2 id="html-and-css">HTML and CSS</h2>
<li>
<a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">Guide to Flexbox</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox">Mozilla Flexbox documentation</a>
</li>
<li>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout">CSS Grid Layout</a>
</li>
Expand Down

0 comments on commit f9e4efd

Please sign in to comment.