diff --git a/footer.php b/footer.php index 3883e63..aae7a9e 100644 --- a/footer.php +++ b/footer.php @@ -3,6 +3,4 @@

© 2021 Tronax | Impressum

- - - \ No newline at end of file + \ No newline at end of file diff --git a/horse.mp3 b/horse.mp3 new file mode 100644 index 0000000..325fabf Binary files /dev/null and b/horse.mp3 differ diff --git a/impressum.php b/impressum.php index e947079..a8a52d6 100644 --- a/impressum.php +++ b/impressum.php @@ -37,3 +37,5 @@ + + \ No newline at end of file diff --git a/index.php b/index.php index f15bcf8..00b3a64 100644 --- a/index.php +++ b/index.php @@ -27,9 +27,10 @@ - + + diff --git a/style.css b/style.css index 41f1846..b7272a0 100644 --- a/style.css +++ b/style.css @@ -123,3 +123,6 @@ footer a:hover { height: 300px; position: relative; } +#audio { + float: right; +}