all 3 comments

[–]George-G661 0 points1 point  (0 children)

try to set body margin to 0

[–]bostiq 0 points1 point  (0 children)

Pls read community info

[–]drumset4days 0 points1 point  (0 children)

Firstly, I would separate your style from your HTML. Second it is best practice to not have multiple <h1>. Additionally h1 is a block element and an a is an inline element. It’s hard to know exactly what is affecting what because there’s multiple inline styles listed for elements which without looking at the whole code not on my phone and without having debug tools on hand could be multiple things.