From f9e4efdd6d82e781a376b67874f62d1244f67075 Mon Sep 17 00:00:00 2001 From: Lauren Lee McCarthy Date: Tue, 9 May 2023 14:53:27 -0700 Subject: [PATCH] week 6 --- .gitignore | 5 ++++- resources.html | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 35de356..1f3e58a 100755 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,7 @@ documentation/* docs/* _notes/* *.mp4 -.vscode/* \ No newline at end of file +.vscode/* +*/.vscode/* +assets/week6/08_ResponsiveDesign/05_orientation/.vscode/ +assets/week6/08_ResponsiveDesign/04_nav_breakpoints/.vscode/ \ No newline at end of file diff --git a/resources.html b/resources.html index cde247f..df744f8 100644 --- a/resources.html +++ b/resources.html @@ -118,6 +118,9 @@

HTML and CSS

  • Guide to Flexbox
  • +
  • + Mozilla Flexbox documentation +
  • CSS Grid Layout