Looking to create a design layout using HTML & CSS similar to the one shown in the screenshot below. While I've made progress up to this point, I am wondering if there is a way to adjust the elements as indicated by the red lines in the screenshot.
https://i.sstatic.net/eSxtd.png
.bracketbox1,.bracketbox2,.bracketbox3,.bracketbox4,.bracketbox5,.bracketbox6{
vertical-align:middle;
}
.bracketbox1 img{
width:80px;
height:80px;
}
.bracketbox2 img{
width:85px;
height:85px;
}
...
...
...
</div>