Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
866 Bytes
.product {
display: flex;
flex-direction: column;
/*background-color: white;*/
background: linear-gradient(
to bottom right,
rgb(235, 195, 217),
rgb(188, 217, 235)
);
z-index: 1;
align-items: center;
overflow: hidden;
justify-content: flex-end;
margin: 10px;
padding: 20px;
width: 100%;
max-height: 400px;
min-width: 100px;
}
.product > img {
max-height: 200px;
width: 100%;
object-fit: contain;
margin-bottom: 15px;
}
.product__info {
height: 100px;
margin-bottom: 15px;
}
.product__price {
margin-top: 5px;
}
.product > button {
background: #f0c14b;
border: 1px solid;
margin-top: 10px;
border-color: #a88734, #9c7e31, #846a29;
}
.product__rating {
display: flex;
}
/*
.product__bestseller {
align-self: flex-start;
overflow: hidden;
background-color: yellow;
transform: rotate(-45deg);
}
*/