.element1 {
    width: 150px;
    height: 150px;
    padding: 50px;
    background-color: red;
    position: absolute;
    bottom: 5px;
}
.element2 {
    width: 150px;
    height: 150px;
    padding: 50px;
    background-color: blue;
    position: absolute;
    top: 5px;
}
.element3 {
    width: 150px;
    height: 150px;
    padding: 50px;
    background-color: green;
    position: absolute;
    left: 1280px;
    bottom: 5px;
}
.element4 {
    width: 150px;
    height: 150px;
    padding: 50px;
    background-color: orange;
    position: absolute;
    left: 1280px;
    top: 5px;
}