I was tinkering a little bit with particles.js, so i did this in html:
<div id="particles-js"></div>
and then this in css:
*{
margin: 0%;
padding: 0%;
}
#particles-js{
background-color: rgb(169, 214, 169);
}
But at the bottom of the page there is still a little bit whitespace - around 3px - why is that? I added a screenshot because i don't know if it would work if i upload it on codepen with the cdn and all. I mean it probably would, but i'm a noob and a screenshot is faster and much more convenient for now:
Strangely, the whitespace seems only to be there if the browser window is maximized:
Well, hey, thanks for your help folks! I hope i have articulated my question well enough, but please tell me if not, and what i could do better in future questions, because there will surely be more of them!