What kind of CSS styling can I add so that my header begins directly on the top of the page? For now there is always some space between the header and the page beginning.
<div class="page-header">
<h1>Title</h1>
</div>
What kind of CSS styling can I add so that my header begins directly on the top of the page? For now there is always some space between the header and the page beginning.
<div class="page-header">
<h1>Title</h1>
</div>