On my portfolio page, random border

On my portfolio page (unfinished), I put a background-color for my welcome-section. I used width: 100%; on the section and any parent element that might have needed it. Now I have a border running along the left and top that doesn’t seem to exist to the code. My window can move to fit the correct screen, but this doesn’t feel like it should be happening. Is there something wrong with my code?

Link here:

Hello! Are you talking about the whitespace around your webpage?
Try adding margin: 0 0 0 0 to your body CSS

That worked like a charm. Thank you so much! A big sigh of relief now that I don’t have to see it anymore

1 Like