diff --git a/css.css b/css.css index 0255a1e..489db66 100644 --- a/css.css +++ b/css.css @@ -14,6 +14,7 @@ } .quickButtons { margin: 0 auto; + margin-top: 8rem; width: 50%; display: flex; justify-content: center; @@ -21,48 +22,57 @@ .goButton { background-color: #33353d; border: 0; - margin-top: 8rem; + min-width: 25rem; + text-align: center; + cursor: pointer; border-radius: .3rem; + margin: 2rem; color: white; border-bottom: #26282f 5px solid; padding: 2rem; font-size: 2rem; } +.goButton:hover { + color: white!important; +} .goButton:active { border: 0; border-top: #26282f 5px solid; } -.slideUp { +.slideDown { position: absolute; - padding: .7rem; + padding: .8rem; width: 4rem; height: 4rem; border-radius: 50%; border: 2px solid white; text-align: center; left: calc(50% - 2rem); - top: 90vh; + top: 85vh; } -.slideUp:hover { +.slideDown:hover { color: white!important; } -/* .name:hover + #rocket { - animation-name: launchRocket; - animation-duration: 2.5s; - animation-timing-function: ease-in-out; +/* About Me*/ +.about { + position: relative; + display: flex; + justify-content: center; + align-items: center; + width: 100%; + float: left; + height: 30vh; + background-color: #454752; } -@keyframes launchRocket { - from {top: 100vh} - to {top: -20vh} +.infoBlockMe { + padding: 1rem; + text-align: center; + display: inline-block; + height: 10rem; + width: 25rem; + border-right: 3px solid white; } -#rocket { - position: absolute; - top: 100vh; - z-index: -1; - left: calc(50% - 7rem); - width: 12rem; - height: 14rem; -} */ +/* About Website */ .aboutPages { height: 30vh; float: left; @@ -72,38 +82,21 @@ } .infoBlockPages { width: 50%; - border-right: #454752 5px solid; + border-right: #454752 2px solid; display: flex; align-items: center; height: 100%; float: left; } .infoHeadPages { + width: 40%; margin-left: 1rem; padding-right: 1rem; - border-right: 5px solid white; + border-right: 3px solid white; } .infoTextPages { margin-left: 2rem; -} -/* About */ -.about { - position: relative; - display: flex; - justify-content: center; - align-items: center; - width: 100%; - float: left; - height: 30vh; - background-color: #454752; -} -.infoBlockMe { - padding: 1rem; - text-align: center; - display: inline-block; - height: 10rem; - width: 25rem; - border-right: 4px solid white; + width: 50%; } /* Mobile support */ @viewport { diff --git a/feedback/index.html b/feedback/index.html index 1e45deb..0551afb 100644 --- a/feedback/index.html +++ b/feedback/index.html @@ -28,9 +28,9 @@