I'm creating a 'blog' page on Dash (learning with General Assembly), and there's some white space at the top of the page that I can't seem to get rid of? This is the code I've used for the header:
header {
text-align: center;
background: linear-gradient(#f9eeaa, #f9d6aa);
background-size: cover;
color: #f78;
}
Does anyone have any suggestions on how to fix this?