Urban Bazaar with proxy servers.
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.
 
 
 
 
 

39 lines
646 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;
}
/* .center .btn{
font-size: 14px !important;
margin-top: 20px !important;
font-weight: 400;
padding: 12px 72px;
border-radius: 3px !important;
} */