Skip to content

Commit

Permalink
Added footer
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel02 committed Nov 28, 2012
1 parent 4351032 commit 4631369
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
11 changes: 10 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body, p {
font-family: 'Helvetica Neue';
font-family: 'Helvetica Neue', 'Arial', sans-serif;
}
body {
background-color: #f4f4f4;
Expand Down Expand Up @@ -67,4 +67,13 @@ body {
background-color:#333;
border:0px solid #333;
font-weight:normal;
}

footer {
width:970px;
margin-left:auto;
margin-right:auto;
font-size:14px;
margin-top:100px;
text-align: center;
}
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
</div>
</div>
</div>

<footer>
<p class="footer">
A game entry for <a href="https://github.com/blog/1303-github-game-off">GitHub Game Off 2012</a> by <a href="mailto:[email protected]">Samuel Nilsson</a> and <a href="mailto:[email protected]">Sebastian Viklund</a>.
</p>
</footer>
</body>
<script src="js/zepto.min.js"></script>
<script src="js/zoko.js"></script>
Expand Down

0 comments on commit 4631369

Please sign in to comment.