79693383

Date: 2025-07-07 20:31:16
Score: 0.5
Natty:
Report link

I think that your problem is because position:static.

When you use position :static the bottom ,left, and right properties are ignored.

Try to change with this code.

footer {
    position: fixed;
    bottom: 0;
    left: 7%;
    right: 7%;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: IlCorsaroNero