From d16550df3d370ce2f2859d72a79c36e8ef0b4a72 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 12 Feb 2021 23:35:51 -0500 Subject: Updated page --- styles/Home.module.css | 10 ++++++++++ styles/globals.css | 1 + 2 files changed, 11 insertions(+) create mode 100644 styles/Home.module.css (limited to 'styles') diff --git a/styles/Home.module.css b/styles/Home.module.css new file mode 100644 index 0000000..64106e8 --- /dev/null +++ b/styles/Home.module.css @@ -0,0 +1,10 @@ +.centre { + text-align: center; +} + +.footer { + text-align: center; + background-color: rgb(58, 58, 58); + color: #ffffff; + +} \ No newline at end of file diff --git a/styles/globals.css b/styles/globals.css index 45f1da8..b533943 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -4,4 +4,5 @@ body { padding: 0; margin: 0; font-family: Open Sans; + color: #000000; } \ No newline at end of file -- cgit v1.2.3