CMXX - Placeorder initial version

This commit is contained in:
“VeLiTi”
2025-02-13 11:23:15 +01:00
parent 2eaf83c3fe
commit 3424c9fadc
14 changed files with 446 additions and 377 deletions

View File

@@ -407,6 +407,12 @@ main .recentlyadded .products .product:hover .name, main .products .products-wra
main > .product {
display: flex;
padding: 40px 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
background: white;
border-radius: 12px;
margin-bottom: 50px;
padding: 10px;
width: 95%;
}
main > .product h1 {
@@ -523,6 +529,15 @@ main > .product form .btn {
margin-top: 10px;
width: 400px;
text-transform: uppercase;
padding: 16px;
background: #4a90e2;
color: white;
border: none;
border-radius: 8px;
font-size: 1.1rem;
font-weight: 500;
cursor: pointer;
transition: background-color 0.2s;
}
main > .products h1 {