Week 2 - Basic CSS Layout
tutorial2.bundle
Git bundle that contains the completed layout made with flexbox.
Tip: download the file above, and then run git clone ./tutorial2.bundle
to access the code.
This week we are covering the essentials of actually being able to use CSS to replicate some basic layout (what you have to do for your assignment).
Here are the links that I recommended in the tutorial:
- General flexbox intro cheat sheet: CSS Tricks
- Newer, nicer concise property cheat sheet for flexbox: Malven.co
- CSS specificity guide: web.dev
- Massive guide on how to write responsive website: web.dev
- The only REAL way to learn how flexboxes work: 🐸 Flexbox Froggy 🐸