Home › Forums › CSS › creating cool large footer › Re: creating cool large footer
November 27, 2012 at 8:42 am
#115600
Participant
this would help, i think..
then on your css..
footer {
height: 400px; /* depends on you */
background: #444;
}
.wrapper {
margin: 0 auto;
width: 960px; /* depends on you also */
}