diff --git a/assets/design.css b/assets/design.css index d65647a..15f768d 100644 --- a/assets/design.css +++ b/assets/design.css @@ -133,6 +133,21 @@ a .menu .spaceholder { padding: 30px 0; } +.signIn { + position: fixed; + top: 20px; + right: 20px; + appearance: none; + -webkit-appearance : none; + -moz-appearance : none; + -o-appearance : none; + width: 70px; + height: 35px; + background-image: url(./bilder/SignIn_Button.jpg); + border-radius: 22px; + cursor: pointer; + outline: none; +} #dark_mode { position: fixed; diff --git a/index.html b/index.html index a8a13aa..70bad5b 100644 --- a/index.html +++ b/index.html @@ -12,9 +12,9 @@ Startseite 2. Seite 3. Seite -

Darkmode

+ - +