79521998

Date: 2025-03-20 05:51:34
Score: 1
Natty:
Report link

Apply CSS to Remove Margins and Set Height

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