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.

Frequently Asked Questions

What does "Flexbox" mean?

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

How do you pronounce "Flexbox"?

"Flexbox" is pronounced /ˈfleksbɒks/.

Can you use "Flexbox" in a sentence?

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