Nouveaus modules

This commit is contained in:
2023-11-10 19:16:00 +01:00
parent b1cd3184f9
commit 1d3bb9e9df
188 changed files with 10127 additions and 12496 deletions

28
public/styles.css Normal file
View File

@@ -0,0 +1,28 @@
.tableau ul {
display: flex;
justify-content: space-between;
}
.tableau li {
flex: auto;
list-style-type: none;
width: min-content;
padding: 8px;
align-self: center;
}
.tableau ul:nth-child(even) {
background-color: aliceblue;
}
figure img {
height: 80px !important;
}
figure img:hover {
height: 180px !important;
}
.figure {
display: block !important;
}