πŸ“ͺGap

.gap-{number}

Sets the gap between grid items or flex items.

CSS equivalent: gap: {number}px;

Example usage:

<div class="gap-10">This container has a gap of 10 pixels between its items.</div>

Last updated