Create pages for front end using generic name

This commit is contained in:
2016-12-22 16:26:56 -07:00
parent dd1e32ba0b
commit 8a6d3c0f11
9 changed files with 191 additions and 13 deletions

27
assets/css/style.css Normal file
View File

@@ -0,0 +1,27 @@
body {
margin: 0;
}
.hero {
background: #84DCCF;
text-align: center;
box-shadow: 0 0 7px #555;
}
.title {
padding-top: 2.5rem;
}
.tagline {
padding-bottom: 2.5rem;
}
.content {
margin: auto;
max-width: 800px;
}
.error {
color: #cc0000;
font-size: 2rem;
}