Ajout des fichiers html et de 1 fichier CSS

This commit is contained in:
2025-01-14 15:41:04 +01:00
parent 4699e3c3e0
commit 6cf0b41caf
4 changed files with 18 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
body {
background-color: #6d6551;
background-color: #eeb72c;
}
h1 {
color: #c6d2db;
color: #0c8cee;
}
p {
color: #c9c0d1;
color: #8800ff;
}