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