79316872

Date: 2024-12-30 05:21:24
Score: 2
Natty:
Report link

grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));

add this in your .grid class where

  1. auto-fit ::will automatically fill as many as grid items within the available space
  2. minmax :: each item will have min width of 50px and grow equally up to 1fr
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hiren Aswar