Forums

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

Home Forums CSS How can i make a facebook style on top Reply To: How can i make a facebook style on top

#165573
Greg Davenport
Participant

You probably just need to reset the margin on the body to zero. In most browsers, the body has a little margin applied to it by default, and that’s keeping your blue box from touching the edge of the window.
body { margin: 0;}