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