Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
CSS

CSS Flex Wrap

Allow flex items to wrap onto multiple lines.

CSS Flex Wrap — a practical guide to CSS flex-wrap with clear examples you can reuse in real projects.

CSS Tutorial Series (63/109). Prefer one article? Read the complete CSS tutorial.

Short description

Pair with gap for modern wrapping chip/tool layouts.

Wrap

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

Leave a reply

Your email address will not be published. Required fields are marked *