Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Man-Jain committed May 24, 2020
1 parent 4500e2a commit 3427753
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}

.CardFooter {
background: #222222;
background: #001021;
border-top: solid 4px cyan;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
20 changes: 8 additions & 12 deletions src/Landing.css
Original file line number Diff line number Diff line change
@@ -1,39 +1,35 @@
.LandingDiv {
width: 100%;
height: 45rem;
background-image: linear-gradient(#7FEFBD, #00B8D8);
/* background: #222222; */
/* background: #7FEFBD; */
/* #ffffff
#83a4d4,#b6bff
#b6fbff */
/* background-image: linear-gradient(#7FEFBD, #00B8D8); */
background: #001021;
}

.FlashHeading {
padding-top: 15%;
color: #222222;
color: #eeeeee;
font-size: 75px;
font-weight: bold;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.FlashPara {
padding-top: 1%;
color: #222222;
color: #eeeeee;
font-size: x-large;
width: 70%;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.LandingPill {
margin-left: 2%;
font-size: large;
border: 3px solid #222222;
color: #222222;
background: inherit;
border: 3px solid #ffffff;
color: #222222 ;
background:#00b8d8;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.LandingPill:hover {
border-color: #222222;
background-color: #83a4d4;
}

.CarouselDiv {
Expand Down
2 changes: 1 addition & 1 deletion src/NavBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.navbar {
background-color: #222222;
background-color: #001021;
color: white;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
Expand Down

0 comments on commit 3427753

Please sign in to comment.