I have a couple of questions regarding my code and its result:
Why isn't the body height taking 100% height? You can see the background image is messed up because of it. Apparently there's this
html.fa-events-icons-ready
element messing it up ?What's the 'ideal' initial CSS setup for the html,body ? I found this minimalistic template, is this considered okay for simple pages/apps?
html,body { box-sizing: border-box; margin: 0; padding: 0; }
Here's the full code