aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-12 23:35:51 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-12 23:35:51 -0500
commitd16550df3d370ce2f2859d72a79c36e8ef0b4a72 (patch)
tree71487288ff93bbc23962412911e8f41635afb877 /styles
parente85074578519e95bbf1f897ddebb6861cdcd3ee2 (diff)
downloadsnug-cup-d16550df3d370ce2f2859d72a79c36e8ef0b4a72.tar.gz
snug-cup-d16550df3d370ce2f2859d72a79c36e8ef0b4a72.tar.bz2
snug-cup-d16550df3d370ce2f2859d72a79c36e8ef0b4a72.zip
Updated page
Diffstat (limited to 'styles')
-rw-r--r--styles/Home.module.css10
-rw-r--r--styles/globals.css1
2 files changed, 11 insertions, 0 deletions
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