From 0cea249a5b303f9ba04457c95981e9fdcdc8f1f2 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 25 May 2021 13:43:27 +0200 Subject: [PATCH] update build --- css/style.css | 26 ++++++++++++++++++++++++++ index.html | 2 +- tictactoe.html | 32 ++++---------------------------- 3 files changed, 31 insertions(+), 29 deletions(-) create mode 100644 css/style.css 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 @@ -

SCI script tag: Reagent tic-tac-toe

+

What is SCI script tag?

+

Read the main page for more details.

+

Reagent tic tac toe

The following source was loaded and interpreted from cljs/tictactoe.cljs using the