Monday, October 21, 2013

Header: centering logo image and text


<div class="header">
<a href="about.html">
   <img src="logo.jpg" alt="logo"width="150" height="90"  style="display:block; margin: 0 auto; " />
</a>
<p style="text-align:center;">
here is text</p>
</div>

No comments:

Post a Comment