Flex-shrink
In this lesson, we will learn how to divide the available space among the flex-items proportionally using flex-shrink.
We'll cover the following...
The flex-shrink property
While flex-grow distributes the available space in a Flexbox container to grow flex-items, flex-shrink takes away from the basis of ...
Ask