Rework page header to graphic with Havoc font and better buzzard.
This commit is contained in:
parent
3a56f2658a
commit
c568bcc7d9
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue