Skip to main content
Question

How can I remove a grid gap from HTML/CSS code?


perrydaiperry
Community Debut

To remove a grid gap from HTML/CSS code, you can use the “grid-gap” property and set it to 0. This will remove any spacing between grid items. Alternatively, you can use the “gap” property, which is a shorthand for both “grid-row-gap” and “grid-column-gap” and set it to 0.

FontXS

Did this topic help you find an answer to your question?

0 replies

Join the Community or User Group to Participate in this Discussion

Reply