Untitled
unknown
plain_text
a year ago
784 B
5
Indexable
.container-item {
display: flex;
font-family: Arial, sans-serif;
font-size: 12px;
justify-content: space-between;
flex-wrap: wrap;
}
.card>img{
height: 200px;
padding-top: 5px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 20px;
}
.card h3 {
text-align: justify;
content: "";
display: inline-block;
width: 100%;
color: #dd845a;
font-size: 18px;
font-family:Arial, sans-serif;
}
.card p{
text-align: justify;
content: "";
display: inline-block;
width: 100%;
font-family:Arial, sans-serif;
}
.product-price {
color: #dd845a;
font-size: 18px;
text-align: left;
}
.product-price s {
color: #999;
font-size: 18px
}
Editor is loading...
Leave a Comment