CSS & Frontend

Flexbox

/ˈfleksbɒks/

Definition

A CSS layout model that distributes items along a single axis (row or column) with alignment and spacing control.

Example in context

"Add display:flex and justify-content:space-between to the nav — items spread across the full width."

Related terms

Practice this term

Master Flexbox in context by working through exercises in the CSS & Frontend module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.