Add branding now that I have a name and fix styles

This commit is contained in:
2016-12-23 22:49:15 -07:00
parent 14644ee21b
commit 33f081e804
4 changed files with 26 additions and 12 deletions

View File

@@ -6,10 +6,16 @@ body {
background: #84DCCF;
text-align: center;
box-shadow: 0 0 7px #555;
margin-bottom: 2.0rem;
}
.title {
padding-top: 2.5rem;
padding-top: 1rem;
font-size: 5rem;
}
.title a {
color: black;
text-decoration: none;
}
.tagline {
@@ -25,3 +31,7 @@ body {
color: #cc0000;
font-size: 2rem;
}
code {
white-space: normal;
}