Clickhome
Tarjetas en cuadrícula
.gray-sacale {
filter: grayscale(100%);
transition: all easy 0.5s;
}
.gray-sacale:hover {
filter: grayscale(0%);
}
Todo para tu hogar en un solo click
.card-product-description {
position: relative;
transition: all 0.5s;
background-color: #ffffff;
}
.card-product-description .products-bottons {
opacity: 0;
transition: all 0.5s;
}
.product-card:hover .card-product-description {
margin-top: -50px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.product-card:hover .card-product-description .products-bottons {
opacity: 1;
}
.card-product-description {
position: relative;
transition: all 0.5s;
background-color: #ffffff;
}
.card-product-description .products-bottons {
opacity: 0;
transition: all 0.5s;
}
.product-card:hover .card-product-description {
margin-top: -50px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.product-card:hover .card-product-description .products-bottons {
opacity: 1;
}
.card-product-description {
position: relative;
transition: all 0.5s;
background-color: #ffffff;
}
.card-product-description .products-bottons {
opacity: 0;
transition: all 0.5s;
}
.product-card:hover .card-product-description {
margin-top: -50px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.product-card:hover .card-product-description .products-bottons {
opacity: 1;
}