Forums

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

Home Forums CSS Div doesn’t reach edge of browser page Re: Div doesn’t reach edge of browser page

#82880
Rob MacKay
Participant

Default browser behavior probably – look up CSS resets :D



html, body {

margin:0;
padding:0;

}