aboutsummaryrefslogtreecommitdiff
path: root/src/components/Pages/HomePage.scss
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-15 15:44:20 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-15 15:44:20 +0530
commit4f67c1cca24ac93f5e8b7a9108c028e6c2794d74 (patch)
tree3c6192a547a62ef7ddf3196dfc90142a96d833b0 /src/components/Pages/HomePage.scss
parentd43f26a0fa7736f66636b1e40464d7d5b53954ae (diff)
created new Home Page
Diffstat (limited to 'src/components/Pages/HomePage.scss')
-rw-r--r--src/components/Pages/HomePage.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/Pages/HomePage.scss b/src/components/Pages/HomePage.scss
new file mode 100644
index 0000000..4e06e11
--- /dev/null
+++ b/src/components/Pages/HomePage.scss
@@ -0,0 +1,7 @@
+.HomePage {
+ height: 80vh;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+ align-items: center;
+}