Как сделать показ описания при наведении в блоке TE800 в Tilda
New products
Aesthetic goods and beauty accessories that will be popular this summer season

Как сделать показ описания при наведении в блоке TE800 в Tilda

1
Создали TE800
2
Добавили стиль на страницу в блок ДРУГОЕ►Т123
Библиотека для примера


<style>
.t923__wrapper {
    position: relative;
}
.t923__content {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    z-index: 55;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
}
.t923__wrapper:hover .t923__content {
    transform: translateY(0%);
}
@media screen and (max-width: 960px){
.t923__col {
    margin-bottom: 0px;
}}
</style>
Made on
Tilda