Ajout des fichiers html et css de base

This commit is contained in:
tom.guerin
2025-01-14 15:11:04 +01:00
commit 4699e3c3e0
2 changed files with 23 additions and 0 deletions

10
style.css Normal file
View File

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