couleurs chapiteau, événements passés et -insta

This commit is contained in:
Adrian 2024-12-02 13:55:14 +01:00
parent 8cd523ca9b
commit 9a5caf5666
3 changed files with 9 additions and 5 deletions

View File

@ -28,7 +28,6 @@
<div class="centrer"> <div class="centrer">
<p> Vous pouvez contacter le collectif Karäfon au numéro de téléphone 07 67 27 83 14. </p> <p> Vous pouvez contacter le collectif Karäfon au numéro de téléphone 07 67 27 83 14. </p>
<a href="https://www.facebook.com/CollectifKarafon"><img src="images/facebook.png" alt="logo facebook" width=8%/></a> <a href="https://www.facebook.com/CollectifKarafon"><img src="images/facebook.png" alt="logo facebook" width=8%/></a>
<a href="https://www.facebook.com/CollectifKarafon"><img src="images/instagram.png" alt="logo instagram" width=8%/></a>
</div> </div>
</div> </div>

View File

@ -24,7 +24,12 @@
</ul> </ul>
</div> </div>
</header> </header>
<p id="intro-prochain">Le Collectif Karäfon pose ses valises et implante son chapiteau
<p id="intro-prochain">
<span>Les prochaines dates arrivent bientôt ;)</span>
<br />
<br />
Le Collectif Karäfon a posé ses valises et son chapiteau
à <strong>Orliénas<strong> les <strong>6 et 7 septembre</strong> 2024 à <strong>Orliénas<strong> les <strong>6 et 7 septembre</strong> 2024
Un festival convivial, familial et festif proposé par la troupe Karäfon !</p> Un festival convivial, familial et festif proposé par la troupe Karäfon !</p>
<div class="centrer"> <div class="centrer">

View File

@ -4,14 +4,14 @@ html {
header { header {
align-items: center; align-items: center;
background-color: rgb(40,140,180); background-color: #3897d1;
padding: 20px; padding: 20px;
text-align: center; text-align: center;
} }
body{ body{
margin-top: 0%; margin-top: 0%;
background-color: rgb(250, 250, 200); background-color: #fde47d;
} }
img{ img{