flex-grow, flex-shrink and flex-basis in Flexbox
In my last post, I talked about Javascript. Today, I am shifting my focus back to CSS Flexbox. I am going to explain flex property.
flex is a shorthand property for flex-grow, flex-shrink, and flex-basis. All these properties are applied to flex it[..]