Continue to work on header
This commit is contained in:
parent
59dda27b63
commit
68987a1d4a
@ -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;
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user