summaryrefslogtreecommitdiff
path: root/development/css
diff options
context:
space:
mode:
Diffstat (limited to 'development/css')
-rw-r--r--development/css/main.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/css/main.css b/development/css/main.css
new file mode 100644
index 0000000..1757765
--- /dev/null
+++ b/development/css/main.css
@@ -0,0 +1,7 @@
+body {
+ margin: 0;
+ height: 100vh;
+ display: grid;
+ align-items: center;
+ justify-items: center;
+} \ No newline at end of file