aboutsummaryrefslogtreecommitdiff
path: root/src/components/greeter/Greeter.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/greeter/Greeter.css')
-rw-r--r--src/components/greeter/Greeter.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/greeter/Greeter.css b/src/components/greeter/Greeter.css
new file mode 100644
index 0000000..5a7255d
--- /dev/null
+++ b/src/components/greeter/Greeter.css
@@ -0,0 +1,10 @@
+.container {
+ min-height: 100vh;
+
+ display: flex;
+ justify-content: center;
+ align-items: center;
+
+ background-color: #2f2f2f;
+ color: #dedede;
+} \ No newline at end of file