Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS creating cool large footer Re: creating cool large footer

#115600
Chester
Participant

this would help, i think..

//contents here

then on your css..

footer {
height: 400px; /* depends on you */
background: #444;
}

.wrapper {
margin: 0 auto;
width: 960px; /* depends on you also */

}