1.2 Background added
This commit is contained in:
parent
3f6295d575
commit
c89e4629a2
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
/* assets/css/style.css */
|
/* assets/css/style.css */
|
||||||
:root {
|
:root {
|
||||||
--primary-color: #D87533; /* A warm, pumpkin orange */
|
--primary-color: #D87533; /* A warm, pumpkin orange */
|
||||||
@ -103,6 +102,15 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Product Section */
|
/* Product Section */
|
||||||
|
.product-section-background {
|
||||||
|
background-color: #103900;
|
||||||
|
color: #F0F0F0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.product-section-background .product-section h2 {
|
||||||
|
color: #F4A261;
|
||||||
|
}
|
||||||
|
|
||||||
.product-section {
|
.product-section {
|
||||||
padding: 4rem 0;
|
padding: 4rem 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@ -52,6 +52,7 @@
|
|||||||
<a href="#products" class="cta-button">Shop Now</a>
|
<a href="#products" class="cta-button">Shop Now</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<div class="product-section-background">
|
||||||
<section class="product-section" id="products">
|
<section class="product-section" id="products">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>Our Pumpkins</h2>
|
<h2>Our Pumpkins</h2>
|
||||||
@ -127,6 +128,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="main-footer" id="about">
|
<footer class="main-footer" id="about">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user