Skip to content

Commit

Permalink
working on index styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ichigochan committed Jul 24, 2012
1 parent a1d1e74 commit 51bcf99
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.html
Expand Up @@ -3,10 +3,20 @@
<head>
<title>Mikey Kong</title>
<style type="text/css">
body { background: black; }
#instructions { width: 512px; }
#instructions iframe { float: right; }
.gap { width: 200px; }
p { margin: 0; padding: 6px 0; }
.key {
display: inline-block;
background: #eee;
padding: 2px 5px;
border: 1px solid #999;
border-radius: 2px;
font-family: Courier New, sans-serif;
color: #666;
}
</style>
</head>
<body>
Expand All @@ -18,7 +28,7 @@
</div>
<div id="instructions">
<iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=tamagokun&repo=mikey-kong&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="146px" height="30px"></iframe>
<p>[Space] - Jump<span class="gap"></span>[Left, Right, Up, Down] - Move</p>
<p><span class="key">Space</span> &mdash; Jump<span class="gap"></span><span class="key">Left, Right, Up, Down</span> &mdash; Move</p>
</div>
</body>
</html>

0 comments on commit 51bcf99

Please sign in to comment.