summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2023-06-28 17:29:53 +0200
committerMartial Simon <msimon_fr@hotmail.com>2023-06-28 17:29:53 +0200
commit230199374980643768e2a25b11db7e7e771ab38a (patch)
tree875338b1ada69c57d363492d954f9dd235fcb48f /style.css
init: initial commit
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;
+}