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

CSS Gap

Space flex/grid children with gap (no margin hacks).

CSS Gap — a practical guide to CSS gap flexbox grid with clear examples you can reuse in real projects.

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

Short description

gap is cleaner than item margins for lists of cards/chips.

Gap

.grid {
  display: grid;
  gap: 1.25rem;
}

Leave a reply

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