diff options
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/Home.module.css | 10 | ||||
| -rw-r--r-- | styles/globals.css | 1 |
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 |
