jilse-product-card
Version:
Estes es un paquete de pruebas de despliegues en NPM
28 lines (22 loc) • 372 B
CSS
.bg-dark{
background-color: rgb(56, 56, 56);
}
.text-white{
color: white;
}
.custom-image{
border-radius: 20px;
padding: 10px ;
width: calc(100% - 20px) ;
}
.buttonsStyle > button {
background-color: white;
}
.buttonsStyle > div {
background-color: aqua;
}
.shopping-center{
position: fixed;
right: 10px;
top: 0px;
}