diff --git a/altsaxophon.html b/altsaxophon.html index 076533a..676f33b 100644 --- a/altsaxophon.html +++ b/altsaxophon.html @@ -7,6 +7,7 @@
+
Hannes Jaeschke
diff --git a/inhalte/designes/impressum.css b/inhalte/designes/impressum.css
index 70afb83..e8b5cc3 100644
--- a/inhalte/designes/impressum.css
+++ b/inhalte/designes/impressum.css
@@ -20,4 +20,18 @@ p {
transform: translate3D(-50%, -50%, 0);
font-size: 5vh;
-}
\ No newline at end of file
+}
+.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;
+ }
\ No newline at end of file
diff --git a/inhalte/designes/saxophone.css b/inhalte/designes/saxophone.css
index 7f5a2f7..918d0d6 100644
--- a/inhalte/designes/saxophone.css
+++ b/inhalte/designes/saxophone.css
@@ -57,4 +57,19 @@ a.quelle {
text-align: center;
font-size: 2vh;
-}
\ No newline at end of file
+}
+
+.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;
+ }
\ No newline at end of file
diff --git a/sopransaxophon.html b/sopransaxophon.html
index baab052..3e5125b 100644
--- a/sopransaxophon.html
+++ b/sopransaxophon.html
@@ -7,6 +7,7 @@