.box{
    height: 150px;
    width: 150px;
    border: 5px red;
    background-color: blue;
}
.one{
    background-image: url(img/bgimage1.jpg);
}