Début mise en page footer

This commit is contained in:
laura.chevillet 2026-01-23 09:20:05 +01:00
parent e15003fc5c
commit 16289a1c15
2 changed files with 43 additions and 2 deletions

View file

@ -96,3 +96,17 @@ body {
height: 20%;
padding: 0.75rem;
}
.footer{
color: white;
background-color: #0000ff;
}
.footer ul{
list-style: none;
}
.footer a{
text-decoration: none;
color: white;
}