diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-06-28 17:29:53 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-06-28 17:29:53 +0200 |
| commit | 230199374980643768e2a25b11db7e7e771ab38a (patch) | |
| tree | 875338b1ada69c57d363492d954f9dd235fcb48f /style.css | |
init: initial commit
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 29 |
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; +} |
