From 373eca22086454ba41bc82112eb8494f446e4a35 Mon Sep 17 00:00:00 2001 From: Kyle Martin Date: Thu, 31 May 2018 21:21:24 -0400 Subject: [PATCH] TicTacToe Challenge Create a Tic Tac Toe board from basic HTML and CSS --- tic-tac-toe.css | 0 tic-tac-toe.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 tic-tac-toe.css create mode 100644 tic-tac-toe.html diff --git a/tic-tac-toe.css b/tic-tac-toe.css new file mode 100644 index 0000000..e69de29 diff --git a/tic-tac-toe.html b/tic-tac-toe.html new file mode 100644 index 0000000..21b8957 --- /dev/null +++ b/tic-tac-toe.html @@ -0,0 +1,30 @@ + + + + Tic Tac Toe + + + + +

Tic Tac Toe

+ + + + + + + + + + + + + + + + + +
+ + + \ No newline at end of file