Skip to content

Commit

Permalink
Adds some styling to header, background, and footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdborton committed Oct 4, 2013
1 parent 97690e9 commit 36c3741
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Binary file added static/fonts/LeagueGothic-Regular.otf
Binary file not shown.
Binary file added static/images/debut_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions stylesheets/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.footer {
height: 50px;
color: #fff;
text-align: center;
}

Expand All @@ -9,4 +10,22 @@

.clickable {
cursor: pointer;
}

h1 {
font-size: 70px;
font-family: league;
}

h1 small {
font-size: 38px;
}

@font-face {
font-family: league;
src: url('/static/fonts/LeagueGothic-Regular.otf') format("opentype");
}

body {
background: url('/static/images/debut_dark.png');
}

0 comments on commit 36c3741

Please sign in to comment.