.storage-grid { display: grid; width: fit-content; } .storage-grid > * { width: 4rem; height: 4rem; background-color: gray; } .storage-grid > *.f { background-color: green; width: 100%; }