Skip to main content
Question

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

  • 24 June 2024
  • 0 replies
  • 52 views

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

0 replies

Join the Community or User Group to Participate in this Discussion

Reply