From 2a36048ebcaf10a698afc87098039a22d70588b8 Mon Sep 17 00:00:00 2001 From: Ade0211 <62720742+Ade0211@users.noreply.github.com> Date: Thu, 23 Apr 2020 18:58:25 +0100 Subject: [PATCH] added table --- index.html | 7 +++++++ main.css | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/index.html b/index.html index faf1719..e7b01b1 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,13 @@ + + + + + + +
Heading 1Heading 2Heading 3
diff --git a/main.css b/main.css index f78589a..82e1ecd 100644 --- a/main.css +++ b/main.css @@ -5,6 +5,10 @@ body { text-align: center; } +table,th,td { + border: 1px solid black; + color: black; +} .run-js-button{ margin: 0;