Web Development & Digital Solutions
Control spacing between flex items with the gap
property.
Using margins for spacing
Using the gap property
Gap works with wrapped items too!
Different spacing for rows vs columns
Add display: flex
and experiment with gap
, row-gap
, and column-gap
!