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.
43 lines
788 B
43 lines
788 B
body {
|
|
padding-top: 10px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.showCart{
|
|
margin-left: 1250px;
|
|
border-radius: 15px;
|
|
padding: 10px;
|
|
margin-top: 10px;
|
|
border-color: antiquewhite;
|
|
}
|
|
|
|
.AddToCart{
|
|
border-radius: 10px;
|
|
border-color: antiquewhite;
|
|
color: rgb(0, 0, 0);
|
|
background-color: rgb(248, 229, 247);
|
|
font-weight: 600;
|
|
}
|
|
.card{
|
|
max-width: 300px;
|
|
border-width: 1px;
|
|
border-color:antiquewhite;
|
|
text-align: center;
|
|
margin-top: 12px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
border-radius: 12px;
|
|
box-shadow: 0.5em;
|
|
}
|
|
|
|
.price {
|
|
color: grey;
|
|
font-size: 16px;
|
|
}
|
|
.cardParent{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-grow:1;
|
|
flex-wrap: wrap;
|
|
}
|