From 6f09ebfeac85ee0589031e6b77a788f97b47fe35 Mon Sep 17 00:00:00 2001 From: eleonore12345 Date: Wed, 19 Jun 2024 11:47:28 +0200 Subject: [PATCH] =?UTF-8?q?tout=20tout=20d=C3=A9but=20de=20la=20feuille=20?= =?UTF-8?q?de=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 7 ++++--- karafon_style.css | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index ae59851..885e039 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,8 @@ - Karafon - + Karäfon +
logo de l'association @@ -12,8 +12,9 @@
- photo du festival + photo du festival

Prochaine édition en juillet

+

prochaine édition en juillet en h1


diff --git a/karafon_style.css b/karafon_style.css index e69de29..b777b08 100644 --- a/karafon_style.css +++ b/karafon_style.css @@ -0,0 +1,22 @@ +html { + font-family: Arial, Helvetica, sans-serif; +} + +header { + background-color: rgb(39, 140, 180); + padding: 2px; + width: 100%; + position : fixed; +} + +p { + font-weight: bold; +} + +img{ + position: static; +} + +.centrer{ + text-align: center; +} \ No newline at end of file