.element1 {
    width: 200px;
    height: 200px;
    background-color: red;
    float: left;
    margin: 20px;
}
.element2 {
    width: 200px;
    height: 200px;
    background-color: green;
    float: left;
    margin: 20px;
}
.element3 {
    width: 200px;
    height: 200px;
    background-color: blue;
    float: left;
    margin: 20px;
}