os : accordeon
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user