html - How to force my Footer section to be in the center -
i have following responsible display footer , end of page:-
<footer> <p> © @datetime.now.year - group </p> </footer> currently footer being displayed left side of page, want force located @ center of page. can advise me on how this?
just add css
footer { text-align:center; }
Comments
Post a Comment