Using a simple code, there's a kind of a "border" around the header background. How can I remove this?
header {
height: 400px;
background: red;
}
<header></header>
Using a simple code, there's a kind of a "border" around the header background. How can I remove this?
header {
height: 400px;
background: red;
}
<header></header>