Separe três conteúdo na web
<style>
section {
float: left;
margin: 0 1.5%;
width: 30%;
}
</style>
<header>...</header>
<section>...</section>
<section>...</section>
<section>...</section>
<footer>...</footer>
Jenny