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 --- index.html | 17 +++++++++++++++++ membres.html | 21 +++++++++++++++++++++ style.css | 29 +++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 index.html create mode 100644 membres.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..088b47c --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + + Les Running Gags + + + + +

Bienvenue sur le site des Running Gags !

+ +

Membres du groupe

+
+ +

Nos dates

+
+ + diff --git a/membres.html b/membres.html new file mode 100644 index 0000000..2a8c876 --- /dev/null +++ b/membres.html @@ -0,0 +1,21 @@ + + + + Les Running Gags - Membres + + + + +
+

Membres du groupe

+ +
+ + + 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