From c6aad8fe9f76f7872839ac886ea79db437a213ad Mon Sep 17 00:00:00 2001 From: Marco Alexander Fischer Date: Mon, 27 Aug 2018 20:16:17 +0200 Subject: Overworked Style + added content --- assets/css/style.css | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) (limited to 'assets/css/style.css') diff --git a/assets/css/style.css b/assets/css/style.css index ee0e8c5..27485c5 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -10,11 +10,27 @@ * { text-align: center; background-color: #282828; - font-family: Comfortaa; + font-family: Comfortaa, serif; } -body { - margin-top: 10rem; +html, body { + min-height: 100vh; + width: 100vw; + overflow: hidden; +} + +.ContentWrapper { + display: flex; + min-height: 100vh; + width: 100vw; + flex-direction: column; + flex-wrap: wrap; + justify-content: center; + align-items: center; +} + +.slide { + color: white; } .Main-Content { @@ -25,6 +41,21 @@ body { font-size: 35px; } +.ScrollDown { + position: relative; + cursor: pointer; + font-size: xx-large; + left: 50%; + bottom: 20px; + transform: translate(-50%, -50%); + margin: 0 auto; +} + +.AboutBox { + padding: 5px; + margin: 5px; +} + a:visited { color: white; } @@ -36,5 +67,5 @@ a { } a:hover { - color: #1457c6; + color: #3E4DF0; } \ No newline at end of file -- cgit v1.2.3