Code: Select all
.container-1 > div {
height: 100px;
width: 100px;
background-color: rgb(50,50,50);
margin: 10px;
justify-content: center;
display: flex;
align-items: center;
color: white;
font-size: 35px;
}
#7 {
flex-shrink: 4;
}< /code>
1
2
3
4
5
6
7