From c04725b921124fa01d809ea1ccbb88e9b014de75 Mon Sep 17 00:00:00 2001 From: gaurav singh Date: Fri, 1 Feb 2019 14:51:49 +0530 Subject: [PATCH 1/2] added all files --- gaurav_024/index.html | 32 ++++++++++++++++++++++++++++++++ gaurav_024/log.js | 0 gaurav_024/style.css | 7 +++++++ 3 files changed, 39 insertions(+) create mode 100644 gaurav_024/index.html create mode 100644 gaurav_024/log.js create mode 100644 gaurav_024/style.css diff --git a/gaurav_024/index.html b/gaurav_024/index.html new file mode 100644 index 0000000..f27cd37 --- /dev/null +++ b/gaurav_024/index.html @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + \ No newline at end of file diff --git a/gaurav_024/log.js b/gaurav_024/log.js new file mode 100644 index 0000000..e69de29 diff --git a/gaurav_024/style.css b/gaurav_024/style.css new file mode 100644 index 0000000..78d9eb3 --- /dev/null +++ b/gaurav_024/style.css @@ -0,0 +1,7 @@ +* {margin: 0; padding: 0; } +table { border-collapse: collapse; border-spacing: 0; } + +#board { padding: 0px; margin: 0 auto; margin-top: 25px; } +#board tr td { width: 80px; height: 80px; border: 1px solid #1c1c1c; + font-family: Helvetica; text-align: center; font-size: 30px; } +#board tr td:hover { background: #e4e4e4; cursor: pointer; } \ No newline at end of file From 1ac2edc952e04ff2bd29ae192de65b1ec3ea57a3 Mon Sep 17 00:00:00 2001 From: gauravsg211 <46670977+gauravsg211@users.noreply.github.com> Date: Fri, 1 Feb 2019 14:55:07 +0530 Subject: [PATCH 2/2] Update index.html --- gaurav_024/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gaurav_024/index.html b/gaurav_024/index.html index f27cd37..e22527c 100644 --- a/gaurav_024/index.html +++ b/gaurav_024/index.html @@ -1,8 +1,11 @@ + + + @@ -29,4 +32,4 @@
- \ No newline at end of file +