Cette révision appartient à :
Theo Mougnibas 2024-11-29 09:31:23 +01:00
révision 692fc9aeb6
4 fichiers modifiés avec 4 ajouts et 6 suppressions

BIN
css/codevert.jpg Fichier normal

Fichier binaire non affiché.

Après

Largeur:  |  Hauteur:  |  Taille: 20 Mio

Voir le fichier

@ -7,11 +7,6 @@ body {
padding: 20px;
}
h1, h2, h3 {
font-family: 'Helvetica Neue', sans-serif;
text-align: left;
color: #444;
}
button {
padding: 8px 15px;

Voir le fichier

@ -5,6 +5,8 @@ body {
color: #2c3e50;
margin: 0;
padding: 90px;
background-image: linear-gradient(black, white);
background-image: url(codevert.jpg);
}
h1, h2, h3 {
@ -79,3 +81,5 @@ th {
table tr:hover {
background-color: #f1f1f1;
}

Voir le fichier

@ -37,5 +37,4 @@
</tbody>
</table>
</body>
</body>
</html>