initial commit

This commit is contained in:
Colin Megill
2017-08-23 16:28:01 -07:00
commit f6d7cc3e23
40 changed files with 1661 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
.heroContainer {
width: 100%;
height: 95vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.hero {
font-size: 48;
margin-bottom: 0;
}
.subHero {
font-size: 18;
max-width: 600;
text-align: "center";
}
.primaryButton {
border: 1px solid black;
padding: 10px 15px;
background: none;
cursor: pointer;
font-size: 14px;
}
.or {
margin: 20px;
font-family: Georgia;
font-style: italic;
}