From 5c0548d972c3763ed4e8b0e4f6b29a0b4bc53324 Mon Sep 17 00:00:00 2001 From: PBT3H24AFA Date: Wed, 3 Dec 2025 12:10:47 +0100 Subject: [PATCH] Css --- Style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Style.css b/Style.css index e69de29..d94ea0c 100644 --- a/Style.css +++ b/Style.css @@ -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; +} \ No newline at end of file