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