The rows
attribute is set to '100px auto 1fr 2fr 1fr'. Also, the height of the flex layout is '400px'.
This means:
- Row 1: Height is always at 100px.
- Row 2: Height is always the height of the button.
- The left space is filled with the remaining buttons.
The fourth button is twice the size than button three and five.