Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS White Gap at Top of Page – CSS Looks Fine Re: White Gap at Top of Page – CSS Looks Fine

#129295
chrisburton
Participant

If you completely remove `normalize.css` and add this to your stylesheet, it works

* {
margin: 0;
padding: 0;
}