test pour le site

This commit is contained in:
2024-01-13 21:18:21 +01:00
parent f7d3007b0a
commit 58d23d7dd4
4 changed files with 99 additions and 1 deletions

View File

@@ -14,10 +14,12 @@ body {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: nowrap;
}
nav ul li {
display: inline;
display: inline-block;
margin-right: 20px;
}