diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..68758f9 --- /dev/null +++ b/css/style.css @@ -0,0 +1,26 @@ +body +{ + font-family: Arial; +} + +div#app +{ + color:#666; +} + +div#app td +{ + width:50px; + height:50px; + border:1px solid #dedede; + background:#fff; + margin:1px; + color:#666; + text-align: center; + line-height: 50px; +} + +div#app td:hover +{ + cursor:pointer; +} diff --git a/index.html b/index.html index 8784c94..4549d11 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,9 @@
+ - @@ -9,38 +10,13 @@ -Read the main page for more details.
+The following source was loaded and interpreted from cljs/tictactoe.cljs using the