79124835

Date: 2024-10-25 08:24:46
Score: 0.5
Natty:
Report link

Width property of header and footer is missing.

Working fiddle.

.header{
position: fixed;
top: 0;
background-color: #f00;
height: 100px;
width: 100%;
}
.main{
background-color: #ff0;
height: 700px;
}
.footer{
position: fixed;
bottom: 0;
background-color: #f0f;
height: 120px;
width: 100%;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Naeem Akhtar