diff --git a/assets/bilder/down_arrow.png b/assets/bilder/down_arrow.png
new file mode 100644
index 0000000..a799644
Binary files /dev/null and b/assets/bilder/down_arrow.png differ
diff --git a/assets/design.css b/assets/design.css
index 105d80e..746b02b 100644
--- a/assets/design.css
+++ b/assets/design.css
@@ -28,7 +28,7 @@ body{
position: fixed;
top: 0;
width: 100%;
- height: 10rem;
+ height: 8rem;
background: transparent;
padding-right: 10rem;
}
@@ -50,7 +50,13 @@ body{
color: #f2f2f2;
}
+.btn-right {
+ float: right;
+}
+.btn-left {
+ float: left;
+}
.neon-button {
font-size: 1rem;
@@ -61,10 +67,10 @@ body{
border: rgb(138,43,226) 0.125em solid;
padding: 0.125em 0.5em;
margin-left: 0.85em;
+ margin-top: 0.25em;
border-radius: 0.25em;
text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em currentColor;
box-shadow: inset 0 0 0.5em 0 rgb(138,43,226), 0 0 0.5em 0 rgb(138,43,226);
- position: relative;
}
.neon-button::before {
@@ -114,7 +120,7 @@ body{
left: 50%;
transform: translate(-50%, -50%);
width: fit-content;
- height: 100%;
+ height: 105%;
}
.seite {
@@ -276,19 +282,5 @@ body{
padding: 30px 0;
}
-.signIn {
- margin: auto;
- font-size: 1rem;
- display: inline-block;
- cursor: pointer;
- text-decoration: none;
- color: rgb(138,43,226);
- border: rgb(138,43,226) 0.125em solid;
- padding: 0.125em 0.3em;
- margin-left: 0.85em;
- position: absolute;
- right: 10px;
- border-radius: 0.25em;
- text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em currentColor;
- box-shadow: inset 0 0 0.5em 0 rgb(138,43,226), 0 0 0.5em 0 rgb(138,43,226);
-}
+
+/* An hier Mika */
diff --git a/index.html b/index.html
index 5f43879..a88bbfd 100644
--- a/index.html
+++ b/index.html
@@ -6,19 +6,21 @@
-