<div class="bar"></div>
<div class="bridge"></div>
<div class="bar"></div>
<div class="block"></div>
<style>
div {background: #F0CD48}
body {
background: #23384B;
height: 100%;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
}
.bar {
width: 3.1rem;
height: 16.25rem;
border-radius: 1.9rem;
}
.bridge {width: 5rem; height: 3.1rem}
.block {
background: #23384B;
position: absolute;
bottom: 0;
left: 0;
height: 7.8rem;
width: 15rem;
}
</style>