back button

This commit is contained in:
Lea Steinbrenner 2019-07-11 17:01:36 +02:00
parent fdd1f25e27
commit 512e8c433b
7 changed files with 36 additions and 2 deletions

View file

@ -7,6 +7,7 @@
</head>
<body>
<button class="button" onclick="window.location.href='index.html'" type="button">Zur&uuml;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>

View file

@ -7,6 +7,7 @@
</head>
<body>
<button class="button" onclick="window.location.href='index.html'" type="button">Zur&uuml;ck</button>
<h1>Baritonsaxophon</h1>
<img src="inhalte/bilder/Baritonsaxophon.png" />
<a class="quelle" href="https://de.kisspng.com/png-vw76al/">Bildquelle</a>

View file

@ -7,6 +7,7 @@
</head>
<body>
<button class="button" onclick="window.location.href='index.html'" type="button">Zur&uuml;ck</button>
<h1>Impressum</h1>
<p>
Hannes Jaeschke<br />

View file

@ -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;
}

View file

@ -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;
}

View file

@ -7,6 +7,7 @@
</head>
<body>
<button class="button" onclick="window.location.href='index.html'" type="button">Zur&uuml;ck</button>
<h1>Sopransaxophon</h1>
<img src="inhalte/bilder/Sopransaxophon.png" />
<a class="quelle" href="https://de.kisspng.com/png-mqadkl/">Bildquelle</a>

View file

@ -7,6 +7,7 @@
</head>
<body>
<button class="button" onclick="window.location.href='index.html'" type="button">Zur&uuml;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>