.element1 {
    width: 100px;
    height: 100px;
    background-color: red;
    margin-top: 50px;
    margin-left: 50px;
}
.element2 {
    width: 100px;
    height: 100px;
    background-color: green;
    position: absolute;
    top: 100px;
    left: 110px;

}
.element3 {
    width: 100px;
    height: 100px;
    background-color: blue;
    position: absolute;
    top: 150px;
    left: 160px;
}