This commit is contained in:
2025-12-03 12:10:47 +01:00
parent f1464e7c1d
commit 5c0548d972

View File

@@ -0,0 +1,23 @@
body {
font-family: Arial, sans-serif;
margin: 20px;
background: #f7f7f7;
}
.filter-box {
margin-bottom: 20px;
background: #fff;
padding: 12px;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.product {
border: 1px solid #e1e1e1;
padding: 10px;
margin-bottom: 10px;
border-radius: 5px;
background: #fff;
}