diff --git a/src/index.html b/src/index.html index 924a2e5..f7f03f7 100644 --- a/src/index.html +++ b/src/index.html @@ -12,38 +12,51 @@ Tic Tac Toe - +
- - - - - - - - - - - -
- + + + + + + + + + + + + + + + + +
+ + + + + +
+ + + + + +
+ + + + + +
- - - -
- - - - - -
- - - - - + +

Score:

+ +
+ +

X Go

diff --git a/src/style.css b/src/style.css index a4295df..2626c12 100644 --- a/src/style.css +++ b/src/style.css @@ -17,6 +17,12 @@ button font-style: bold; } +.center +{ + margin-left: auto; + margin-right: auto; +} + * { background-color: black;