I am seeking some clarification on my code and the resulting issues it is causing. Check out this image for reference: https://i.stack.imgur.com/jBQYd.png
Why is the body height not taking up 100% of the space? The background image appears to be affected as a result. Could it be due to the presence of the element
html.fa-events-icons-ready
?What would be the optimal initial CSS setup for the html and body elements? I came across this minimalist template, do you think it is suitable for simple pages or apps?
html,body { box-sizing: border-box; margin: 0; padding: 0; }
For the complete code, take a look at this link: full code