summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..c69935f
--- /dev/null
+++ b/style.css
@@ -0,0 +1,29 @@
+body{
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ text-align: center;
+}
+
+body.index{
+ height: 97vh;
+}
+
+.content{
+ margin: auto;
+}
+
+ul{
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+
+a{
+ text-decoration: none;
+ color: inherit;
+}
+
+.zikos{
+ text-align: left;
+}