From 140b89603f36401bca9de9fb3624076064bae42c Mon Sep 17 00:00:00 2001 From: eleonore12345 Date: Wed, 19 Jun 2024 12:53:57 +0200 Subject: [PATCH] creation de historique --- historique.html | 17 +++++++++++++++++ index.html | 24 +++++++++++++----------- karafon_style.css | 16 ++++++++++++++-- 3 files changed, 44 insertions(+), 13 deletions(-) create mode 100644 historique.html diff --git a/historique.html b/historique.html new file mode 100644 index 0000000..352b39e --- /dev/null +++ b/historique.html @@ -0,0 +1,17 @@ + + + + + Karäfon + + + + +
+ logo de l'association +

Collectif Karäfon

+
+

Historique

+ + + diff --git a/index.html b/index.html index 885e039..3952c25 100644 --- a/index.html +++ b/index.html @@ -3,22 +3,24 @@ Karäfon - + -
- logo de l'association -

Collectif Karafon

- -
+ +
+ logo de l'association +

Collectif Karäfon

+
photo du festival -

Prochaine édition en juillet

-

prochaine édition en juillet en h1

+

prochaine édition en juillet

- -
+
+ - diff --git a/karafon_style.css b/karafon_style.css index b777b08..ebe5ac9 100644 --- a/karafon_style.css +++ b/karafon_style.css @@ -4,9 +4,19 @@ html { header { background-color: rgb(39, 140, 180); - padding: 2px; + padding: 100px; width: 100%; - position : fixed; + height: auto; + position: relative; + top: 0; + left: 0; + /*z-index: 1000; + box-sizing: border-box; */ + margin-top: auto; + margin-right: auto; + margin-bottom: auto; + margin-left: auto; + } p { @@ -17,6 +27,8 @@ img{ position: static; } + + .centrer{ text-align: center; } \ No newline at end of file