Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
}

.nav-bar {
background-color: darkcyan;
background-color: #FFFACD ;
position: fixed;
width: 100%;
}
Expand All @@ -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;
Expand All @@ -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;
}
Expand All @@ -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;
}

Expand Down Expand Up @@ -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{
Expand All @@ -198,15 +198,15 @@ 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{
color:white;
}

textarea{
background-color:#76A89E;
background-color:# #FDF5E6;
width:400px;
height:100px;
padding:10px;
Expand All @@ -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;
Expand Down