demo-container { display: block; border: 2px solid rgb(189, 189, 189); padding: 25px 10px 10px; border-radius: 4px; width: 250px; }




demo-object {
display: grid;
grid-template-columns: repeat(3, 80px);
grid-template-rows: repeat(2, 80px);background-color: rgb(224, 255, 253);
}

inline-inline {
width: 40px;
height: 40px;
background-color: rgb(180, 220, 255);
}
.element{place-self: center stretch;}

