Css
Sun Mar 14 2021 13:42:27 GMT+0000 (Coordinated Universal Time)
Saved by
@ayoubk
#container{
display: flex;
justify-content: space-between;
flex-basis: 15em;
flex-wrap: wrap;
width: auto;
flex-direction: row ;
}
.cards{
flex: 0 1 calc(25% - 1em);
overflow: auto;
border: 1px solid black;
margin: 15px;
}
content_copyCOPY
Comments