From 40045762b8d2ad57dde565705c766d1008a93ceb Mon Sep 17 00:00:00 2001 From: Thuan Bui <9248622+10h30@users.noreply.github.com> Date: Sat, 8 Feb 2025 20:09:59 +0900 Subject: [PATCH] Edit Product and Quote section --- index.html | 2 +- style.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 5d6e980..efc103b 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@
-
+

This is Product List

Product 1
diff --git a/style.css b/style.css index c1e5958..dfb2ec4 100644 --- a/style.css +++ b/style.css @@ -58,14 +58,14 @@ body { margin: 0 } .header-wrap, -.hero-wrap, -.product-wrap { +.hero-wrap{ max-width: 1024px; display: flex; justify-content: space-between; align-items: center; margin: 0 auto; } + header { background-color: var(--dark-background); color: #F9FAF8; @@ -130,6 +130,10 @@ header .nav ul a { padding: 60px 0; text-align: center; } +.product-wrap { + max-width: 1024px; + margin: 0 auto; +} #product h2 { margin-bottom: 30px; }