CSS: gap (flex)
gap
gap (Spacing Between Items)
The gap property is a shorthand for row-gap and column-gap.
they add space between the items, but does not actually add margin of the items.
gap: length-
gap for between rows and between columns.
123456
row-gap: length-
the spacing between rows, in multi-column, flex, and grid containers.
123456
column-gap: length-
the spacing between columns, in multi-column, flex, and grid containers..
123456