I have a container div with several child divs within this. The parent div has a background-color, however, this doesn\'t seem to be extending to the last couple of child divs.
You just need to add overflow:hidden or overflow:auto on the container
See https://stackoverflow.com/a/20180165/2482513