I am trying to align my logo next to the h1, but the logo always goes above it. I'm a beginner to html and css. I tried all other answers in Stack Overflow. Here’s my code:
<div class="logo float-left">
<img src="img/gostack.png" id="yourlogo" alt="The only logo"> <h1 class="text-light" ><a href="#intro" class="scrollto"><span><strong>GoStack</strong></span></a></h1>
</div>