Peace,
I want the container div to fill the page vertically ( but leave a margin at the bottom with 30px).
This is my css
[HTML]body {
margin: 0px;
padding: 0px;
}
#container {
background-color: #EAEAEA;
margin: 30px auto;
width: 780px;
}[/HTML]
Anyone can help,
Thanks in advance.
I want the container div to fill the page vertically ( but leave a margin at the bottom with 30px).
This is my css
[HTML]body {
margin: 0px;
padding: 0px;
}
#container {
background-color: #EAEAEA;
margin: 30px auto;
width: 780px;
}[/HTML]
Anyone can help,
Thanks in advance.
Comment