I’m sure the answer is obvious, but I haven’t been working with html/css that much…
There is a gap of white space in between the top of the browser and the first div. I don’t really get why the gap is there. I didn’t use margin-top or padding-top or border-top in the css, so why is there a gap?
Thanks!
While it would be extremely helpful if you actually posted some code or a link to the site, I would assume it’s just the default padding. Most browsers have default styles for things like
bodythat you may want to clear. Try something like this:If that doesn’t fix it you’ll need to give more information.