pedf
/
fakulta-online
Archived
1
0
Fork 0

Logo je odkaz na index a pozadím pro <a>

master
Emil Miler 4 years ago
parent 11e28e6450
commit cfc8317657

@ -63,7 +63,13 @@ header {
margin: 0 auto;
padding: 2em;
img { width: 250px; }
a#logo {
display: block;
width: 250px;
height: 100%;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
h1 {
font-size: inherit;

@ -30,7 +30,7 @@
<div class="background"></div>
</nav>
<header>
<img src="/logo.png" alt="Logo">
<a href="{{ config.base_url }}" id="logo"></a>
<a href="{{ config.base_url }}"><h1>{{ config.title }}</h1></a>
<div class="menu" onclick="togglevisible('#nav')">
Menu