os : accordeon

This commit is contained in:
2025-12-11 15:07:04 +01:00
parent fc19007b05
commit ad9e8b8308
3 changed files with 281 additions and 65 deletions

View File

@@ -5,13 +5,13 @@ let galleryPairs = [
{
id: 1,
titre: "Petit chien poils longs",
type: "Chien",
},
{
id: 2,
titre: "Coupe ciseaux",
type: "Chat",
}
];
@@ -39,7 +39,7 @@ function displayPairs() {
row.innerHTML = `
<td>${pair.titre}</td>
<td>${pair.type}</td>
<td class="text-center text-md-start">
<div class="d-flex flex-column flex-md-row justify-content-center justify-content-md-end gap-2">