Change banner to transparent PNG with Havoc font lettering and buzzard on black background.

This commit is contained in:
Jim Hague 2013-02-18 22:05:23 +00:00
parent e52dac5422
commit 44bf3605bb
2 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,9 @@ p
div.banner
{
height: 136px;
background-color: #9900cc;
background-color: black;
/* background-color: #9900cc; */
background-image: url('../img/banner.png');
background-repeat: no-repeat;
background-position: center center;
@ -55,7 +57,7 @@ div.banner h1
text-align: left;
font-size: 50px;
font-weight: bold;
color: #000000;
color: #ffffff;
font-family: 'Pirata One', sans-serif;
padding: 10px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 12 KiB