<body>
<div class="c">
<div class="i"></div>
</div>
<div class="c cm">
<div class="i"></div>
</div>
<div class="c">
<div class="i"></div>
</div>
</body>
<style>
body {
background: #6592CF;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.c {
width: 6.34rem;
height: 11.25rem;
background: #F5F5F5;
display: flex;
justify-content: center;
align-items: end;
}
.i {
background: #6592CF;
height: 9.7rem;
width: 3.1rem;
}
.cm {
width: 3rem;
align-items: start;
}
</style>