.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); } .grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); }