App Brewery Flexbox Sizing Exercise
Item 1: 200px
Item 2: 200px
Item 3: 400px
Item 1: 200px
Item 2: 200px
Item 3: 400px
/* Write your CSS code below to make the blue items size, grow and shrink like the green ones.*/ .container { } .container > * { } .item1 { } .item2 { } .item3 { }
Apply CSS