From 375c0c16cfb87a1818a84f57fbf2fed0b30a72d2 Mon Sep 17 00:00:00 2001 From: 1776123 <50336512+1776123@users.noreply.github.com> Date: Fri, 1 May 2020 14:56:29 -0400 Subject: [PATCH] here --- css/styles.css | 17 +++++++++-------- index.html | 3 ++- index2.html | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/css/styles.css b/css/styles.css index c877ed4..186b0a4 100644 --- a/css/styles.css +++ b/css/styles.css @@ -14,16 +14,19 @@ z-index: 999; width: 100%; padding-top: 17px; - background:linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); -; + color: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); + background:black; + color: white; overflow: hidden; -webkit-transition: all 0.3s; transition: all 0.3s; padding-bottom: 6px; - font-family: "Montserrat", sans-serif; } + font-family: "Montserrat", sans-serif; + color: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); + } @media only screen and (max-width: 766px) { .main_h { - padding-top: 25px; } } + padding-top: 25px; } } .open-nav { max-height: 400px !important; } @@ -70,13 +73,12 @@ nav { padding: 7px 0; margin: 0; } } nav ul a { - color: #FFFFFF; text-transform: uppercase; font-size: 14px; font-weight: 500; transition: .3s; } nav ul a:hover { - color: #ffd1dc; + color: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); font-size: 15px; text-decoration: none; } @@ -139,12 +141,11 @@ p { .hero { position: relative; - background: #FFFFFF url(res/branch_big.svg) no-repeat center center fixed; + background: #FFFFFF url(res/branch_big.svg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-attachment: local; - color: #FFFFFF; padding-top: 70px; min-height: 100vh; letter-spacing: 2px; diff --git a/index.html b/index.html index b57b329..c6f41ed 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,8 @@