Header and footer styles, rework homepage

This commit is contained in:
Ben Ramey
2014-03-31 21:36:39 -05:00
parent f60e4c1706
commit 763c33a5cb
9 changed files with 107 additions and 88 deletions

View File

@@ -0,0 +1,14 @@
.create-run-form {
h1 {
color: #fff;
padding: 20px 0;
font-size: 3em;
text-shadow: 4px 4px 6px #000;
text-transform: uppercase;
}
}
.create-order-form {
textarea {
font-size: 1.2em;
}
}