the CSS repeat() function
CSS Grid introduces a handy repeat() function that works with both CSS
Grid properties grid-template-columns AND grid-template-rows.
It supports units of:
pxpercent- fractional
fr’s automin-content(?)max-content(?)minmax(?)fit-content(200px)(?)