From d26d9c144132da2c63769aeb89a1de452f8f9242 Mon Sep 17 00:00:00 2001 From: faris Date: Thu, 7 Mar 2019 11:30:07 +0200 Subject: [PATCH] Colors changed git add .#1 --- styles.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/styles.css b/styles.css index 8a0c216..00f100b 100644 --- a/styles.css +++ b/styles.css @@ -3,7 +3,7 @@ body { } .nav-bar { - background-color: darkcyan; + background-color: #FFFACD ; position: fixed; width: 100%; } @@ -23,14 +23,14 @@ body { } .a-nav:hover { - background-color: seagreen; + background-color: #FAEBD7; color: white; } h1 { margin-top:0px; padding: 180px 240px 240px 240px; - background: linear-gradient(to right, #e66465 0%, #9198e5 100%); + background: #FAEBD7 color: white; text-align: center; font-family: sans-serif; @@ -47,8 +47,8 @@ h1 { .about-div { margin-top: 0; padding: 180px 240px 240px 240px; - background: linear-gradient(to right, #43e97b 0%, #38f9d7 100%); - color: white; + background: #FFEBCD; + color: #000000 ; text-align: center; font-family: sans-serif; } @@ -67,8 +67,8 @@ h5{ .team { margin-top: 0; padding: 180px 0px 120px 100px; - color: white; - background: linear-gradient(to top, #f83600 0%, #f9d423 100%); + color: #000000; + background: #F5F5DC ; text-align: center; } @@ -181,7 +181,7 @@ height:100%; width:100%; box-shadow:0 0 0 0px rgba(14,41,57,0.12),0 2px 5px rgba(14,41,57,0.44),inset 0 -1px 2px rgba(14,41,57,0.15); float:left; -background-image: linear-gradient(-225deg, #DFFFCD 0%, #90F9C4 48%, #39F3BB 100%); +background-image: #DCDCDC } label{ @@ -198,7 +198,7 @@ border-radius:5px; border:1px solid #cbcbcb; box-shadow:inset 0 1px 2px rgba(0,1,8,8.18); font-size:16px; -background-color:#6DA8C1; +background-color:# #FDF5E6; } ::placeholder{ @@ -206,7 +206,7 @@ background-color:#6DA8C1; } textarea{ -background-color:#76A89E; +background-color:# #FDF5E6; width:400px; height:100px; padding:10px; @@ -219,7 +219,7 @@ font-size:16px } input[type=submit]{ -background:linear-gradient(to bottom,#22abe9 5%,#36caf0 100%); +background:#000000; box-shadow:inset 0 1px 0 0 #7bdcf4; border:1px solid #0F799E; color:#fff;