A Worked Example of `flex-grow` (CSS)

Consider the following code snippet. Each div has a different flex-grow factor set. Given the flex-container’s width, and the flex-item’s initial width, what do you expect the final width of the flex-item to be?

Read More