From 230199374980643768e2a25b11db7e7e771ab38a Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Wed, 28 Jun 2023 17:29:53 +0200 Subject: init: initial commit --- style.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 style.css (limited to 'style.css') 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; +} -- cgit v1.2.3