From 629f3f31b92a68982806cf4ae0795a7ccd9f02d9 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Mon, 7 Aug 2017 17:59:36 -0400 Subject: [PATCH] Moved styles in line --- index.html | 14 +++++++++++++- style.css | 11 ----------- 2 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 style.css diff --git a/index.html b/index.html index ac87625..250d48e 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,19 @@ - + diff --git a/style.css b/style.css deleted file mode 100644 index 0a932b5..0000000 --- a/style.css +++ /dev/null @@ -1,11 +0,0 @@ -body { - margin: 0; - height: 100vh; - width: 100vw; - background: #000; - color: #EEE; -} -main { - width: 100vw; - height: 100vh; -} \ No newline at end of file