Headline Example
HTML
<div class="tagline">
<h1>
Oh look A Headline Thanks
</h1>
</div>
CSS
body
{
background:#ccc;
}
.tagline
{
width: 2400px;
margin:5px;
background: #000;
}
.tagline h1
{
color:#fff;
padding: 4px 10px;
display: inline-block;
font-size: 20px;
line-height: 30px;
text-transform:uppercase;
width:60px;
}