I am creating a website.
I have written the HTML part and now I am writing the stylesheet. But there is always some space above my header. How can I remove it?
Try margin-top:
...
Edit:
Now I found relative position probably a better choice: