Edit Product and Quote section

This commit is contained in:
Thuan Bui
2025-02-08 20:08:18 +09:00
parent 13f11c5414
commit 96463fc562
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -32,6 +32,7 @@
</div>
</div>
<div id="product">
<div id="product-wrap">
<h2>This is Product List</h2>
<div class="product-loop">
<div>Product 1</div>
@@ -40,6 +41,7 @@
<div>Product 4</div>
</div>
</div>
</div>
<div id="quote">
<div class="quote-wrap">
<blockquote>When you cant find someone to follow, you have to find a way to lead by example.
+3 -1
View File
@@ -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 {