This commit is contained in:
2026-03-13 11:03:09 +01:00
parent 155a4dde42
commit f998085291
5 changed files with 40 additions and 8 deletions

19
main.css Normal file
View File

@@ -0,0 +1,19 @@
.recette {
background-color: red;
}
.logo {
background-color: blue;
}
.nav {
background-color: yellow;
}
.footer {
background-color: purple;
}
.sidebar {
background-color: aquamarine;
}