From 636c30a3e3507bb14cb6c060b1c930e5cb684d5b Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 12 Jul 2018 02:23:20 +0200 Subject: [PATCH] Added external stylesheet. --- index.html | 3 ++- public/style.css | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 public/style.css diff --git a/index.html b/index.html index d66eca6..e077cde 100644 --- a/index.html +++ b/index.html @@ -5,11 +5,12 @@ Cubewaves + - + diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..9008702 --- /dev/null +++ b/public/style.css @@ -0,0 +1,5 @@ +html, body { + margin: auto; + text-align: center; + background-color: #1e1e1e"; +} \ No newline at end of file