Skip to content

Commit

Permalink
forgot to add the style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Sep 16, 2012
1 parent a8f5552 commit 9d803f3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions static/style.css
@@ -0,0 +1,18 @@
body {
background-color: rgb(160,120,120);
margin: 0px;
overflow: hidden;
}

.viewport {
border: 1px solid rgb(120,80,80);
position: absolute;
top: 0px;
left: 0px;
}

.label {
position: absolute;
top: 5px;
left: 5px;
}

0 comments on commit 9d803f3

Please sign in to comment.