Continue to work on header

This commit is contained in:
Sauer 2019-04-11 20:55:41 +02:00
parent 59dda27b63
commit 68987a1d4a
2 changed files with 12 additions and 2 deletions

View File

@ -66,3 +66,13 @@ li a{
.btn-group button:hover {
background-color: #3e8e41;
}
/* logo image class */
.logo {
width: 10%;
}
/* headline for header */
header h1 {
display: inline;
}

View File

@ -8,8 +8,8 @@
</head>
<body>
<header>
<img src="WIAIlogo.png" alt="Fachschaft WIAI"/>
<h1>SPIEL des Lebens</h1>
<img src="static/images/WIAILogo.png" alt="Fachschaft WIAI" class="logo"/>
<h1>Das Spiel der 1001 Möglichkeiten</h1>
</header>
<nav>
<ul>