cliquer sur un item envoie a une page de detail avec son id

This commit is contained in:
Medenos
2022-10-16 21:22:41 -04:00
parent 6eb27b319b
commit 67e0aa9636
4 changed files with 36 additions and 6 deletions

View File

@@ -345,6 +345,11 @@ html {
}
.item-link, .item-link:hover{
color: black;
text-decoration: none;
}
.btn-primary{
background-color: purple;