.frame {
    display:flex;
    height:300px;
    width:200px;
    border:solid red;
    }

.item {
    border:solid;
    }