Hey there,
No matter what I try to do I can’t get the background image to cover the top of the page, there’s always whitespace. Is it because it’s attached to the header element or something?
New user so I can only upload one pic. CSS code is just:
header {
background-image: url(url to the pattern);
background-size: cover;
height: 300px;
}