Monthly Archives: May 2022

The flex Property

DEFAULTS: flex-grow: 0; flex-shrink: 1; Allows flexbox to shrink elements as needed. flex-basis: auto; Instead of using the width property in flex, we use flex-basis. As shown in the following picture, if I set the flex-basis to 65 pixels, then … Continue reading

Posted in Web Developer Course | Tagged , , , | Leave a comment