How to remove the padding from my header?!

I have inspected my portfolio webpage over and over, attempting to remove this mysterious padding surrounding my header. Any advice, anyone?

http://bree-eros.github.io/

Hi

Great looking page it is a margin on the body tag which is causing the issue. body {margin: 0;}

1 Like

Thank you so much! That was embarrassingly simple. :sweat_smile:

No problem. It can be easily done, sometimes a fresh pair of eyes can spot small irritating things like that.

1 Like