Html – Body isn't taking cover of the whole screen
In my css: body { background-color: black; color: white; margin: 0; font-family: 'Montserrat', sans-serif; padding: 0; /* animation: scroll 5s; */ } After this code in the body tag, the body is still not taking up the whole screen in…