Ca commence à fonctionner
This commit is contained in:
@@ -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;;
|
||||
}
|
||||
Reference in New Issue
Block a user