Toshita Singh 💜
Posted on May 7, 2022
Is there a better way than the following to make equal sized columns no matter the content size using flexbox?
ul {
display: flex;
}
li {
flex-basis: 30%;
flex-grow: 1;
}
Challenge link (Layout two): https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox_skills
💖 💪 🙅 🚩
Toshita Singh 💜
Posted on May 7, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.