Coding Global Background
Coding Global

The footer is super annoying 😭

Archived 2 years ago
2 messages
1 members
Created 2 years ago
Updated 2 years ago
Open in Discord
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:
footer {
      background-color: #333;
      color: #fff;
      padding: 20px 0;
      text-align: center;
      position: fixed;
      bottom: 0;
      width: 100%;
    }


HTML:
    <footer>
        <p class="main-normal">&copy; 2024 Jester Software Systems LLC - All rights reserved.</p>
      </footer> 
The footer is super annoying 😭

Replies (2)