Ca commence à fonctionner

This commit is contained in:
2023-11-13 22:53:12 +01:00
parent 6feedc24c2
commit f958d0918b
5 changed files with 152 additions and 37 deletions

View File

@@ -4,15 +4,14 @@
text-align: left;
}
.tableau li:nth-child(1) {
width: 300px;
}
/*
.tableau li:nth-child(2),
.tableau li:nth-child(3),
.tableau li:nth-child(4),
.tableau li:nth-child(5) {
width: 100px;
}
*/
.tableau li {
flex: auto;
@@ -30,14 +29,22 @@
font-weight: bold;
}
figure img {
img {
height: 80px !important;
transition: transform .1s;
}
figure img:hover {
height: 180px !important;
img:hover{
-ms-transform: scale(5); /* IE 9 */
-webkit-transform: scale(5); /* Safari 3-8 */
transform: scale(5);
}
.image {
width: 300px;
.offrants {
width: 100%;
}
.depenses {
font-weight: bold;
color: red;;
}