<div class="crowns">
<div class="crown_blue"></div>
<div class="crown_stat" style="
font-weight: 800;
font-size: 20;
height: 100%;
/* position: relative; */
/* margin: auto; */
">3-0</div>
<div class="crown_red"></div>
</div>
.crown_blue {
background-image: url(/images/blue-crown.png);
background-size: cover;
width: 30px;
height: 25px;
margin-top: 7px;
}
.crown_red {
background-image: url(/images/red-crown.png);
background-size: cover;
width: 30px;
height: 25px;
margin-top: 7px;
}
<div class="crowns">
) задать следующее:display: flex;
align-items: center;