.kutu1{
    background-color: orange;
    width: 100px;
    height: 100px;
    display: inline;
    float:right
}
.kutu2{
    background-color:  aqua;
    width: 100px;
    height: 100px;
    display: inline;
    float:left
}