Balancing content with Flexbox
One of the cool things we can do with Flexbox is to balance the text and images as if they were in a two-cell table. It should be possible to do so with images but instead we'll simulate two cells with the code below. I normally don't do this but in this case I will use CSS to populate the first `div` element with the appropriate image. ```markup
Chrome Canary
I install both Canary and Release versions to make sure that the code I'm working on works in my target browsers
I install both Canary and Release versions to make sure that the code I'm working on works in my target browsers
I install both Canary and Release versions to make sure that the code I'm working on works in my target browsers