Réponse

repeat()

Colonne
Explication

.grid {
display: grid;
width: 300px;
grid-template-columns: repeat(3, 100px);
}

Question

Function that duplicate the specifications for rows or columns a given number of times

Thématique