I have a header with a link to another page on the left hand side. I need to also put a title in the centre of the header, but don't want to use a navbar. Is this possible? Here is my attempt, which is not working:
html:
<div class="header">
<a href= "#"> Left Side Text </a>
<p class = "header title">Title Text</p>
</div>
css:
.header {
height: auto;
line-height: 50px;
width: 100%;
margin: 0;
padding: 0;
position: absolute;
top: 0;
font-size: 12px;
text-align: left;
padding-left: 50px;
}
.header .title {
font-size: 18px;
text-align: center;
}
fiddle: http://jsfiddle.net/Qf3w7/
<i>are you actually for real!?<i>is till a valid tag although<em>is now more common.<i>is now used by some for icon fonts etc.