# Funciones

repeat

grid-template-rows: repeat(2, 50%)
grid-template-columns: 50% repeat(2, 25%)

Shorthands

grid: rows / columns

grid: repeat(2, 50%) / 50% repeat(2, 25% 10%);