added a javascript hangman thingy

This commit is contained in:
tony baldwin 2012-04-13 13:09:07 -04:00
commit 5f6e082e74
16 changed files with 126 additions and 0 deletions

4
hangman/hang.css Normal file
View file

@ -0,0 +1,4 @@
.hanga {font:bold 14pt Courier, "Courier New", monospace;text-align:center;}
.hangt {font:normal 16pt Courier, "Courier New", monospace;text-align:center;color:#efefef;}
.hangb {width:800px;height:430px;overflow:hidden;background:#777;border:#000000 1px solid;}