.box { width: 100px; height: 100px; background-color: grey; } .grid { display: grid; grid-template-columns: auto auto auto; width: 100%; }