Rework page header to graphic with Havoc font and better buzzard.

This commit is contained in:
Jim Hague 2013-02-18 15:16:26 +00:00
parent 3a56f2658a
commit c568bcc7d9
1 changed files with 10 additions and 5 deletions

View File

@ -28,18 +28,23 @@ div.clear
padding: 5px;
}
div.banner
{
height: 136px;
background-color: #9900cc;
background-image: url('../img/banner.png');
background-repeat: no-repeat;
background-position: center center;
}
div.banner h1
{
background-color: #9900cc;
display: none;
text-align: left;
font-size: 50px;
font-weight: bold;
color: #000000;
height: 136px;
font-family: 'Pirata One', sans-serif;
background-image: url('../img/buzzard.jpg');
background-repeat: no-repeat;
background-position: right center;
padding: 10px;
}