#collections{
display: block;
text-align: center;
background-color: aqua;
height: fit-content;
}
.icon-border{
display: inline-block;
margin-left: 30px;
border: 1px solid black;
width: 150px;
aspect-ratio: 1/1;
height: 150px;
border-radius: 100%;
}
my original plan was to use grid but wasnt changing the column and row when i make the tab smaller but when i switched to block and inline block to did what i wanted it to do which was switching columns like went in a straight row and when it got smaller it went 3/1 2/2 and went it got small enough it was just one column.
Im just curious if i didnt use grid correctly or whats the point if i can just use block, im just confused bc i was frustrated and just simply fixed it at ltleast to me with block and inline block