Update landing page content and style

This commit is contained in:
Nick
2020-06-10 21:58:31 -05:00
parent b83b8c6a69
commit b7eeaeb941
10 changed files with 49 additions and 378 deletions

View File

@@ -10,6 +10,8 @@
text-align: center;
position: relative;
overflow: hidden;
background: linear-gradient(150deg, #026fc5, #7929d2);
color: #fff;
}
@media screen and (max-width: 966px) {
@@ -18,6 +20,16 @@
}
}
.getStarted {
color: #fff;
}
.getStarted:hover {
background: #fff;
color: #000;
border-color: #fff;
}
.buttons {
display: flex;
align-items: center;