From 663b42c6c88dad6ea8258a3b13d1b2548bd4e868 Mon Sep 17 00:00:00 2001 From: askflow1111 Date: Sun, 9 Apr 2017 17:15:12 -0400 Subject: [PATCH] Add --- README.md | 10 ++++++++++ style.css | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..46e7e66 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# TicTacToe + + + +You Thought You Are Good In Tic Tac Toe? +
+Because Now You Can Play Player Vs Player! +
+
+Skills: Javascript, DOM, Css, Html. diff --git a/style.css b/style.css index af2f627..acd1f40 100644 --- a/style.css +++ b/style.css @@ -64,6 +64,7 @@ font-size: 150px; background-image: url("images/box.jpg"); border-width: 0px; + outline: none; } .box:hover { @@ -160,4 +161,4 @@ .zom { animation-name: bounceOut; animation-duration: 1s; - } \ No newline at end of file + }