tout tout début de la feuille de style

This commit is contained in:
eleonore12345 2024-06-19 11:47:28 +02:00
parent ff981485a8
commit 6f09ebfeac
2 changed files with 26 additions and 3 deletions

View File

@ -2,8 +2,8 @@
<html>
<head>
<meta charset="utf-8" />
<title> Karafon </title>
<link rel="stylesheet" href="karafon_style.css" />
<title> Karäfon </title>
<link rel="stylesheet" href="karäfon_style.css" />
<link rel="shortcut icon" type="image/x-icon" href="images/logo.jpg" />
<header>
<img src="images/logo.jpg" alt="logo de l'association" height="70" width="70"/>
@ -12,8 +12,9 @@
</header>
<body>
<div class="centrer">
<img src="festival.jpg" alt="photo du festival" class="immobile"/>
<img src="/photos/festival.jpg" alt="photo du festival"/>
<p>Prochaine édition en juillet</p>
<h1> prochaine édition en juillet en h1</h1>
</div>
<input name="button" id="boutonHistorique" onclick="" value="historique" type="button" > <br/>

View File

@ -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;
}