Skip to main content

9 docs tagged with "12dgt"

View all tags

CSS Grid Layout

Grid arranges things in rows and columns at the same time. That makes it the tool for:

Flexbox Layout

Flexbox arranges things in one direction — a row, or a column. That makes it perfect for:

Forms and Tables

You've been building components all along — the nav bar in Note 02, the card gallery in Note 03.

HTML Foundations

You have met HTML before, so this is a quick reset rather than starting from zero.