1. What is Flexbox in CSS?
Flexbox (Flexible Box Layout) is a CSS layout model specialized for distributing space along a single axis (row or column). It allows flexible alignment, resizing, and ordering of items in that axis. :contentReference[oaicite:1]{index=1}
.container { display: flex; }