Home › Forums › CSS › How can i make a facebook style on top › Reply To: How can i make a facebook style on top
March 12, 2014 at 2:42 pm
#165573
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;}