aboutsummaryrefslogtreecommitdiff
path: root/src/components/Views/Home.css
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-03-29 21:32:28 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-03-29 21:32:28 +0530
commit4c92b12bcb886507d5db738a27bd08e7654f8bfa (patch)
tree9c336d38fe00965b90a9ff205c632e6c1b6aac75 /src/components/Views/Home.css
parentaef52169e3f0f9bde0e5f2dd21cbb316eaa34136 (diff)
Changed directory structer a but (?)
Diffstat (limited to 'src/components/Views/Home.css')
-rw-r--r--src/components/Views/Home.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/Views/Home.css b/src/components/Views/Home.css
index e69de29..39a8bc2 100644
--- a/src/components/Views/Home.css
+++ b/src/components/Views/Home.css
@@ -0,0 +1,11 @@
+@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap");
+/* Experimental color scheme */
+.view {
+ width: 80%;
+ margin: 2rem auto; }
+
+.view {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: center; }