demo-container { display: block; border: 2px solid rgb(189, 189, 189); padding: 25px 10px 10px; min-width: 326px; width: fit-content; border-radius: 4px; }
demo-object { display: flex; height: 100px; width: 300px; background-color: rgb(199, 255, 251); align-content: center; text-align: center; }
inline-block { flex: 1 1 120px; }
.element {flex-shrink: 0;}
.demo0 { background-color: rgb(179, 226, 255); }
.demo1 { background-color: rgb(198, 255, 77); }
.demo2 { background-color: rgb(252, 165, 253); }
.demo3 { background-color: rgb(77, 210, 255); }
.demo4 { background-color: rgb(253, 221, 165); }

