My goal is to create a layout where each h3 and p element is wrapped in a box. The current issue I'm facing is that the blocks extend to full width due to h3 and p being block level elements.
The desired outcome is for the width of the boxes to adjust according to the content, with a max-width applied to prevent them from extending too wide.
I've attempted a solution which doesn't work as intended. You can view my progress here: http://jsfiddle.net/hAtRs/