79132721

Date: 2024-10-28 09:17:34
Score: 1.5
Natty:
Report link

You seem to be missing a selector in the first line of the CSS file. This may be what you were aiming for:

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Eli