From 96463fc56266dcafa6f4160e1895201516836797 Mon Sep 17 00:00:00 2001 From: Thuan Bui <9248622+10h30@users.noreply.github.com> Date: Sat, 8 Feb 2025 20:08:18 +0900 Subject: [PATCH] Edit Product and Quote section --- index.html | 2 ++ style.css | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 281c0c8..5d6e980 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,7 @@
+

This is Product List

Product 1
@@ -40,6 +41,7 @@
Product 4
+
When you can’t find someone to follow, you have to find a way to lead by example. diff --git a/style.css b/style.css index 580003f..c1e5958 100644 --- a/style.css +++ b/style.css @@ -58,7 +58,8 @@ body { margin: 0 } .header-wrap, -.hero-wrap { +.hero-wrap, +.product-wrap { max-width: 1024px; display: flex; justify-content: space-between; @@ -149,6 +150,7 @@ header .nav ul a { .quote-wrap { max-width: 900px; padding: 60px 40px; + margin: 0 auto; } cite {