forked from haveachin/Epic-Sax
back button
This commit is contained in:
parent
fdd1f25e27
commit
512e8c433b
7 changed files with 36 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||
<h1>Altsaxophon</h1>
|
||||
<img src="inhalte/bilder/Altsaxophon.png" />
|
||||
<a class="quelle" href="https://www.kisspng.com/free/alto-saxophone.html">Bildquelle</a>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||
<h1>Baritonsaxophon</h1>
|
||||
<img src="inhalte/bilder/Baritonsaxophon.png" />
|
||||
<a class="quelle" href="https://de.kisspng.com/png-vw76al/">Bildquelle</a>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||
<h1>Impressum</h1>
|
||||
<p>
|
||||
Hannes Jaeschke<br />
|
||||
|
|
|
@ -20,4 +20,18 @@ p {
|
|||
transform: translate3D(-50%, -50%, 0);
|
||||
|
||||
font-size: 5vh;
|
||||
}
|
||||
}
|
||||
.button {
|
||||
background-color: grey;
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 15px 32px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
}
|
||||
.button:hover {
|
||||
background-color: lightgray;
|
||||
color: white;
|
||||
}
|
|
@ -57,4 +57,19 @@ a.quelle {
|
|||
|
||||
text-align: center;
|
||||
font-size: 2vh;
|
||||
}
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: grey;
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 15px 32px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
}
|
||||
.button:hover {
|
||||
background-color: lightgray;
|
||||
color: white;
|
||||
}
|
|
@ -7,6 +7,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||
<h1>Sopransaxophon</h1>
|
||||
<img src="inhalte/bilder/Sopransaxophon.png" />
|
||||
<a class="quelle" href="https://de.kisspng.com/png-mqadkl/">Bildquelle</a>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<button class="button" onclick="window.location.href='index.html'" type="button">Zurück</button>
|
||||
<h1>Tenorsaxophon</h1>
|
||||
<img src="inhalte/bilder/Tenorsaxophon.png" />
|
||||
<a class="quelle" href="https://de.kisspng.com/png-vcd3ox/download-png.html">Bildquelle</a>
|
||||
|
|
Loading…
Reference in a new issue