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.
44 lines
709 B
44 lines
709 B
.allProductsBtn button {
|
|
border: 1px solid transparent;
|
|
padding: 12px 14px;
|
|
border-radius: 20px;
|
|
color: white;
|
|
background-color: #2E86C1;
|
|
width: 95%;
|
|
}
|
|
|
|
.home-heading {
|
|
font-size: 13em;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.product {
|
|
margin: 0px auto;
|
|
border-right: 1px solid lightgray;
|
|
padding: 14px 16px;
|
|
color: #1B4F72;
|
|
}
|
|
|
|
.ProductBtn button {
|
|
border: 1px solid transparent;
|
|
padding: 12px 14px;
|
|
border-radius: 20px;
|
|
color: white;
|
|
background-color: transparent
|
|
}
|
|
|
|
.ProductBtn i {
|
|
color: #1B4F72;
|
|
font-size: 30px;
|
|
}
|
|
|
|
|
|
.discountBtn {
|
|
background-color: #E74C3C;
|
|
color: white;
|
|
font-weight: 900;
|
|
border: 1px transparent;
|
|
border-radius: 50%;
|
|
padding: 16px 12px;
|
|
float: right;
|
|
}
|