Untitled
unknown
plain_text
2 years ago
474 B
9
Indexable
.product-details-page {
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
.product-details-card {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid #ccc;
border-radius: 8px;
padding: 20px;
margin-top: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.fetched-image {
max-width: 100%;
height: auto;
border-radius: 8px;
margin-bottom: 20px;
}
.product-details {
text-align: center;
}
Editor is loading...
Leave a Comment