You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
578 B
36 lines
578 B
.card
|
|
{
|
|
height: 60vh;
|
|
margin: 25px;
|
|
padding: 25px;
|
|
}
|
|
|
|
.center{
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
text-align: center;
|
|
}
|
|
h4,h6{
|
|
font-weight: 400;
|
|
}
|
|
.shopNow{
|
|
padding: 5%;
|
|
background-color: rgb(79 79 243);
|
|
color: aliceblue;
|
|
border-radius: 15px;
|
|
border-color: white;
|
|
}
|
|
.card-table{
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
}
|
|
.CartButtons{
|
|
border-radius: 15px;
|
|
border-color:antiquewhite ;
|
|
background-color: beige;
|
|
}
|