I want the image to float on the left of the green box (see dashed area.)
How can I achieve that with the markup used here?:
http://codepen.io/anon/pen/NGNbbB
I expected the following CSS to do the job. But this dies not work:
#content article {float: left;}