summaryrefslogtreecommitdiff
path: root/styles/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/styles.css')
-rw-r--r--styles/styles.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/styles/styles.css b/styles/styles.css
new file mode 100644
index 0000000..9e33334
--- /dev/null
+++ b/styles/styles.css
@@ -0,0 +1,25 @@
+* {
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+}
+
+html, body {
+ height: 100%;
+ width: 100%;
+ background-color: #282828;
+ color: #ebdbb2;
+}
+
+.main {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+
+ height: 100%;
+ width: 100%;
+}
+
+.content {
+ text-align:center;
+}