html - How to force my Footer section to be in the center -


i have following responsible display footer , end of page:-

<footer>  <p> &copy; @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

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -