Change banner to transparent PNG with Havoc font lettering and buzzard on black background.
This commit is contained in:
parent
e52dac5422
commit
44bf3605bb
|
@ -26,7 +26,9 @@ p
|
||||||
div.banner
|
div.banner
|
||||||
{
|
{
|
||||||
height: 136px;
|
height: 136px;
|
||||||
background-color: #9900cc;
|
|
||||||
|
background-color: black;
|
||||||
|
/* background-color: #9900cc; */
|
||||||
background-image: url('../img/banner.png');
|
background-image: url('../img/banner.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
|
@ -55,7 +57,7 @@ div.banner h1
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #000000;
|
color: #ffffff;
|
||||||
font-family: 'Pirata One', sans-serif;
|
font-family: 'Pirata One', sans-serif;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue