CSS Frameworks — Choosing One (or None)
This note ends in a decision. As a class, we're going to pick how our project handles CSS, and we're going to be able to justify why.
This note ends in a decision. As a class, we're going to pick how our project handles CSS, and we're going to be able to justify why.
Grid arranges things in rows and columns at the same time. That makes it the tool for:
Flexbox arranges things in one direction — a row, or a column. That makes it perfect for:
You've been building components all along — the nav bar in Note 02, the card gallery in Note 03.
Do Notes 02 and 03 first.
Welcome to the web development unit. This page explains what you are going to make, what you will learn, and how the notes in this folder fit together.