sarah Posted March 17, 2009 Report Share Posted March 17, 2009 anartem Home Quem Somos Mosaicos Galeria Novidades Cursos Como Aderir Links Quote Link to comment Share on other sites More sharing options...
jlhaslip Posted March 18, 2009 Report Share Posted March 18, 2009 (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 March 18, 2009 by jlhaslip Quote Link to comment Share on other sites More sharing options...
sarah Posted March 18, 2009 Author Report Share Posted March 18, 2009 Thank you! Margin & padding: 0 on the ul fixed it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.