Domanda

On this website, there are lines on the side and top, almost as if they are margins, but I can't find the code that is the cause. What is causing those lines?

È stato utile?

Soluzione

It's part of the user agent style sheet. This stylesheet has a default margin value of 8px. You can see this in the inspector:

enter image description here

Altri suggerimenti

The background color of the page is #000000 (black) as you can see in assets/main.css. However, there is a white #pageoverview over the black background.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top