[CODE lang="html" title="HTML"]<div class= 'main'>
<img class = 'ForumIcon' src='Pen.png'>
<div class = 'MainForum'><a class = 'MainForum' href ='#'>Resmî Forumlar</a>
</div>
</div>[/CODE]
[CODE lang="css" title="CSS"] .main{
display:flex;
}
.MainForum
{
text-decoration: none;
margin-top: 5px;
font-size: 24px;
background-image: linear-gradient(to bottom, #b5d8fc, white);
color: rgb(30, 110, 150);
}
.ForumIcon
{
border: 1px solid none;
width: 20px;
height: 20px;
margin-top: 5px;
margin-left: 2px;
}[/CODE]
Bu şekilde yapabilirsin. İkisini bir div'in içine alıp aynı satırda yazdırırsan sorun çözülür. Responsive olması içinde div yapısını flex kullanırsın.