use header class
This commit is contained in:
parent
2ac16f628c
commit
13a25eab94
@ -119,6 +119,7 @@
|
|||||||
.header
|
.header
|
||||||
{
|
{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
background-image: url("/static/videohotmix.net_header.png");
|
||||||
max-height: 185px;
|
max-height: 185px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
</head>
|
</head>
|
||||||
<body class="body">
|
<body class="body">
|
||||||
<header style="background-image: url('/static/<%= titles['url'] %>_header.png')">
|
<header class="header">
|
||||||
<a href="/"><img src="/static/<%= titles['url'] %>.svg" alt="videohotmix logo" class="hotmixlogo"/></a>
|
<a href="/"><img src="/static/<%= titles['url'] %>.svg" alt="videohotmix logo" class="hotmixlogo"/></a>
|
||||||
</header>
|
</header>
|
||||||
<h1 class="h1 h1mobile">Tons Of Mix - Downloads & Streams (right click + Save link as... for downloads)<br>
|
<h1 class="h1 h1mobile">Tons Of Mix - Downloads & Streams (right click + Save link as... for downloads)<br>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user