Momentum logo
Team 17 Classroom

CSS: Layout

Posted on Jan 24th, 2023

🗓️ Today’s topics

  • CSS backgrounds
  • CSS layout with flexbox

READ:

OPTIONAL: In this class, we will focus on flexbox. A popular alternative to flexbox for layout is called “grid”, also built into CSS. With flexbox you choose to line up your boxes either vertically or horizontally, but with grid you can specify both horizontal and vertical arrangement in the same box.

Jen Simmons is a former Mozilla developer and educator with a great series on YouTube to teach you css layout best practices using grid and flexbox.

💻 Project: Dog Adoption

🦉 Notes & Code Examples

🔖 References

Flexbox

General CSS

Responsive CSS

Design

Back to home