JSFiddle - React, Tailwind, and code Playground
by Jatin Patil
HTML
<div id="footer">
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
<p>Contact | Privacy Policy | Call 1300 IT 4 U (483 678)</p>
<br />
<br />
<br />
<p><?php bloginfo('name'); ?> Pty Ltd 2000-2014 is proudly powered by<a href="http://wordpress.org/">WordPress</a> and designed by <a href="http://www.wpart.org/">WPart.</a> All Rights Reserved. Stathis Arcade 262 Maquarie Street Suite 2-3 | Liverpool NSW 2170
<?php wp_footer(); ?></p>
</div>
CSS
#footer {
width: 960px;
background-repeat: no-repeat;
padding-top: 10px;
padding-right:10px;
height: 50px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
font-weight: normal;
color: #002899;
padding-left: 10px;
text-align: center;
position:absolute;
overflow: hidden;
}