<div class="hud">
<div class="pouch">
<img src="https://cdn.discordapp.com/attachments/399987780203315210/721380926998839458/-1.png">
<div class="moneyinblock">
<p class="head">Наличные</p>
<p style="color: #fff;" id="jsmoney">{{money}}</p>
</div>
</div>
</div>
.inGameHud .hud
{
padding: 10px;
height: 64px;
position:absolute;
bottom: 10px;
right: 10px;
display: inline-flex;
overflow: hidden;
}
.inGameHud .pouch {
border: 2px solid #fff5;
border-radius: 10px;
padding: 5px;
background: rgba(0, 0, 0, 0.4);
margin-right: 10px;
margin-left: 5px;
height: 50px;
/* width: 191px; */
font-size: 40px;
display: flex;
font-weight: 600;
}
.inGameHud .pouch img
{
margin: 2px;
height: 45px;
width: 45px;
}
.inGameHud .moneyinblock
{
margin-left: 10px;
margin-right: 10px;
/* width: 130px; */
display: grid;
justify-content: center;
align-items: center;
position: relative;
}
.head{
font-size: 18px;
text-align: center;
}
.inGameHud #money {
font-size: 21.15px;
}
.inGameHud #jsmoney
{
font-size: 20px;
text-align: center;
text-shadow: 0px 0px 2px rgba(0,0,0);
}
Вот как должно быть у меня:
Вот как сейчас у меня:
Не понимаю, что я делаю не так.