HTML Footer on my website -
HTML Footer on my website -
i'm working on website: click here
on every page made footer. can't footer centered , locked on bottom of page. hope of guys can help me. tried stuff found on stackoverflow won't work....
regards,
matthijs
the class using on div (.grid_4
) has float:left
value. if rid of float , add together text-align: center
on div, content centered.
for sticky footer, check out this link
html
Comments
Post a Comment