79521994

Date: 2025-03-20 05:47:33
Score: 1.5
Natty:
Report link

Add box-sizing for Consistency

{
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #1976d2;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sagar Vaghela