♻️ - Suppression de la classe JustifiedGallery et ajout de nouveaux effets de survol pour les images

This commit is contained in:
2025-11-15 03:20:16 +01:00
parent 3080726c9b
commit 8f52f38ac5
9 changed files with 1617 additions and 390 deletions

View File

@@ -8,7 +8,8 @@
<title>Test de création d'une gallerie justifié</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/lib/gallery.css">
<link rel="stylesheet" href="assets/css/lib/gallery/gallery.css">
<link rel="stylesheet" href="assets/css/lib/gallery/hover.css">
<script src="assets/js/index.js" type="module" defer></script>
</head>
@@ -22,6 +23,6 @@
<img src="assets/img/PANA6308.jpg" alt="">
<img src="assets/img/PANA4649_1.jpg" alt="">
<img src="assets/img/PANA7846.jpg" alt="">
</di
</div>
</body>
</html>