Здравствуйте, ни чего не помогает, в попробовал, но так и не разобрался.
Вот кусок кода html
<div class = "other">
<div class = "discord">
<img src = "images/discord.png">
<p>Наш дискорд.</p>
</div>
</div>
CSS
.other {
font-family: 'font';
width: 300px;
height: 1000px;
padding: 90px 150px;
position: absolute;
}
.discord {
width: 300px;
height: 300px;
display: inline;
}
.discord img {
width: 100px;
height: 100px;
display: inline-block;
white-space: nowrap;
}
.discord p {
font-size: 21.9px;
color: #fff;
white-space: nowrap;
width: 100px;
}