.result > div{
  width: 100px;
  height: 100px;
  display: inline-block;
  background-color: lightblue;
}
.result > div:nth-of-type(2),
.result > div:nth-of-type(7){
  width: 160px;
}
.result > div:nth-of-type(4),
.result > div:nth-of-type(5){
  height: 180px;
}
.result > img{
  vertical-align: top;

}