diff --git a/assets/seiten/css/index.css b/assets/seiten/css/index.css index e1090fe..233b27b 100644 --- a/assets/seiten/css/index.css +++ b/assets/seiten/css/index.css @@ -1,7 +1,7 @@ -#top { +#up-btn { position: fixed; + text-align: center; bottom: 1.2rem; - float: right; right: 18.5%; left: 95%; max-width: 75px; @@ -9,20 +9,26 @@ font-size: 1.3rem; border: rgb(138,43,226); background-color: #808080; + color: #232323; padding: .5px; border-radius: 4px; } -#top:hover { - background-color: #909099; +#up-btn:hover { + background-color: #232323; cursor: pointer; + color: #808080; + transition: all 0.75s; } -#scroll-down { - margin-top: 95%; +#down-button { + color: #121212; } #content { - margin-top: 95%; + position: fixed; + height: 100%; + min-height: 100%; + width: 100%; background-color: #121212; } diff --git a/index.html b/index.html index a61e6f4..6d930a9 100644 --- a/index.html +++ b/index.html @@ -23,28 +23,29 @@