Jump to content

Recommended Posts

Posted (edited)

Set the margins/padding on the H1 to zero and see what happens.

 

h1 { margin: 0; padding: 0; }

 

Or the ul...

 

ul { margin:0; padding:0; }

 

Many of us use a Universal reset on the entire set of elements like so:

 

* { margin: 0; padding: 0; }

Edited by jlhaslip

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...