2018-10-12 15:37:13 -04:00
|
|
|
---
|
|
|
|
title: Use the flex-grow Property to Expand Items
|
|
|
|
---
|
2019-07-24 00:59:27 -07:00
|
|
|
# Use the flex-grow Property to Expand Items
|
2018-10-12 15:37:13 -04:00
|
|
|
|
2019-07-24 00:59:27 -07:00
|
|
|
---
|
|
|
|
## Problem Explanation
|
2018-10-12 15:37:13 -04:00
|
|
|
`flex-grow` works similarly to `flex-shrink`, the higher the number, the more it grows.
|
2018-10-20 19:05:25 -07:00
|
|
|
The `#box-2` box should be wider in this exercise.
|