I\'m starting to work with CSS Grid, I\'ve been reading about the properties to help with responsiveness; so I\'m trying to build a small grid with 6 elements; my intention
Add this code to your CSS:
grid-template-columns: auto auto auto;