I've a blank angular app, with only an AppComponent. I edited the styles to remove padding & margin, but I keep getting the body(check by setting a background-color to it) that has some kind of margin in the top.
Here is a running example: https://stackblitz.com/edit/angular-ivy-44yyz1?file=src/styles.css
Why the red background doesn't start on the top?
seems like a stupid question(probably is) but with the inspector and everything, I cannot see what is the issue.