Spaces:
Configuration error
Configuration error
File size: 365 Bytes
8866644 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
.easyuse-model{
position:relative;
}
.easyuse-model:hover img{
display: block;
opacity: 1;
}
.easyuse-model img{
position: absolute;
z-index:1;
right:-155px;
top:0;
width:150px;
height:auto;
display: none;
filter:brightness(70%);
-webkit-filter: brightness(70%);
opacity: 0;
transition:all 0.5s ease-in-out;
} |