https://i.sstatic.net/6jeHV.png Will these elements flow into the adjacent column as I continue adding more of them?
GS0 represents the background and block is a class defining the block.
.GS0{
min-height: 90vh;
display: flex;
justify-content: space-around;
align-items: center;
}
.block{
background-color: whitesmoke;
border-radius: 30px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
margin: 10px;
height: 350px;
width: 350px;
border: 2px solid ;
border-color: rgb(255, 175, 2);
}