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 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 styles/Home.module.css (limited to 'styles/Home.module.css') 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 -- cgit v1.2.3