Continue to work on header
This commit is contained in:
parent
59dda27b63
commit
68987a1d4a
@ -66,3 +66,13 @@ li a{
|
|||||||
.btn-group button:hover {
|
.btn-group button:hover {
|
||||||
background-color: #3e8e41;
|
background-color: #3e8e41;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* logo image class */
|
||||||
|
.logo {
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* headline for header */
|
||||||
|
header h1 {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|||||||
@ -8,8 +8,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<img src="WIAIlogo.png" alt="Fachschaft WIAI"/>
|
<img src="static/images/WIAILogo.png" alt="Fachschaft WIAI" class="logo"/>
|
||||||
<h1>SPIEL des Lebens</h1>
|
<h1>Das Spiel der 1001 Möglichkeiten</h1>
|
||||||
</header>
|
</header>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user