Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Croft committed Dec 26, 2010
1 parent f5a9074 commit a4237aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>

<meta charset="utf-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Expand All @@ -13,19 +14,19 @@

* { margin: 0; padding 0; }

body { background:#000; font-family:'Droid Sans', "Trebuchet MS"; margin:20px auto; width:600px; font-size: .7em; }
body { background:#000; font-family: 'Droid Sans', "Trebuchet MS"; margin:20px auto; width:600px; font-size: .7em; }

h1 { color: #CCC; float: left; }

form { margin: 0 0 6px 0; float: right; }

label { color: #666; }

select { background-color:#F6F6F6; border: none;margin:4px; padding:2px; width:9em;}
select { background-color:#F6F6F6; border: none;margin:4px; padding:2px; width:9em; }

canvas{ border: 1px solid #111; cursor: pointer;}
canvas{ border: 1px solid #111; cursor: pointer; }

p { color: #CCC; float: right; margin:10px 0; opacity: .4; text-shadow: 0 0 50px rgb(255,255,255) ;}
p { color: #CCC; float: right; margin:10px 0; opacity: .4; text-shadow: 0 0 50px rgb(255,255,255); }

</style>

Expand Down

0 comments on commit a4237aa

Please sign in to comment.