Ajouts de la maquette web sur le nouveau git (suite au bug de l'ancien répertoire git

This commit is contained in:
2024-10-16 18:19:14 +02:00
parent c3d21877df
commit cad70b9d8e
57 changed files with 12657 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
body {
font-family: 'Roboto', sans-serif;
background-color: #f9f9f9;
margin: 0;
padding: 20px;
}
h1, h2, h3 {
color: #0f1878; /* Bleu */
}
p {
line-height: 1.6;
}
.email {
font-weight: bold;
color: #1631c8;
}