CMXX - Placeorder initial version
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user