Div Nebeneinander
.box {
float: left;
width: 32%;
margin-right: 2%;
padding: 20px;
background: #eee;
box-sizing: border-box;
}
Cooperative Chimpanzee
.box {
float: left;
width: 32%;
margin-right: 2%;
padding: 20px;
background: #eee;
box-sizing: border-box;
}