CSS Footer Not on same Line
- by streetparade
Im trying to write a footer like this one
Did i said that im very bad at Css?
My css looks like this
#footer-navi
{
margin-bottom:1.5em;
padding-bottom:1.5em;
}
clearfix
{
display:block;
}
#footer-group
{
margin:0 auto;
}
How can i implement somethin like the footer above?
Thanks very much.