The footer is super annoying 😭
Archiviert 2 years ago
L
Kaedyn :)
I just started coding this page, the gap in the left where the footer meets the edge is annoying me. Please help me, I beg 🙏
Footer code:
CSS:
HTML:
Footer code:
CSS:
footer {
background-color: #333;
color: #fff;
padding: 20px 0;
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
}
HTML:
<footer>
<p class="main-normal">© 2024 Jester Software Systems LLC - All rights reserved.</p>
</footer>

