Edrol97
Bronze Coder
How do I get rid of this gap in my footer? This is the code.
HTML:
<footer class="Bad_Timesfooter">
<footer style="background-color: black;">
<a href="Home.html"><div class="title_text3">© Eliot Lord 2024</div></a>
<br>
<button onclick="topFunction()" id="myBtn" title="Go to top">Back to the Top</button>
<div class="column"><a href="Home.html"><p>Phone Home</p></a></div>
<div class="column"><a href="about_me.html"><p>About Me</p></div></a>
<div class="column"><a href="Art.html"><p>The Main Event</p></a></div>
<div class="column"><a href="mailto:[email protected]"><p>Hit Me Up</p></a></div>
<div class="column"><a href="The_Pun.html"><p>The Pun</p></a></div>
<div class="column"><a href="https://procartoonists.org/profile/eliotlord/" target="_blank"><p>Trust Me, I'm a Professional</p></a></div>
<div class="column"><a href="Mail.html"><p>The Fail</p></a></div>
<div class="column"><a href="cv.html"><p>The Professional Bit</p></a></div>
<div class="column2"><a href="Home.html"><img src="img/background/Bad%20Times%20logo%20horizontal%20white%20colour.png" width="500px"></a></div>
<div style="background-color: black;">
<a href="https://www.facebook.com/house.of.lord.illustration1/" target="_blank"><img src="img/background/Facebook Logo.png" class="fa fa-facebook"></a>
<a href="https://twitter.com/eliotlord1" target="_blank"><img src="img/background/Twitter%20Logo.png" class="fa fa-twitter"></a>
<a href="https://www.instagram.com/house_of_lord_illustration/?hl=en" target="blank"><img src="img/background/Instagram logo.png" class="fa fa-instagram"></a>
</div>
</footer>