Margins help please
-
I’m wondering how would I set my blog to only have margins to the left and right and not the top?
the current code is
#page {
background-color: white;
margin: 20px; auto;
padding: 0;
width: 744px;
border: 1px solid #959596;
}I know the auto makes the margin on every side, but is there a way to delete the top part? thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Margins help please’ is closed to new replies.