Answers for "flex make columns smaller"

CSS
1

display flex column width auto

display: flex;
flex: 0 0 auto;
Posted by: Guest on November-12-2021
1

how to make all the columns equal size with flexbox

flex: 1 1 0px
Posted by: Guest on April-15-2020

Browse Popular Code Answers by Language