Skip to main content

6 docs tagged with "css"

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.