Skip to content

Commit

Permalink
Improved font color in About section for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
s0wjanyaa committed Oct 30, 2024
1 parent d393add commit e0bfaa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Html-files/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@

.about1 {
font-family: var(--ff-poppins); /* Use your defined font */
color: hsl(208, 7%, 46%); /* Text color */
color: hsl(240, 2%, 10%); /* Text color */
line-height: 1.6; /* Increase line height for readability */
margin-bottom: 20px; /* Spacing below this paragraph */
}
Expand Down Expand Up @@ -661,7 +661,7 @@ <h1 class="animated-header" style="color: #dc3545;">

<div class="about2">
<h2 class=section__titlestyle style="font-family: var(--ff-philosopher);color: hsl(357, 82%,35%);">Our Story</h2>
<p style="font-family: var(--ff-poppins);color: hsl(208, 7%,46%);">Retro was born from a desire to relive and share the joy of the past. We believe that every era has something special to offer, whether it’s the bold designs of the 60s, the innovative spirit of the 70s, or the tech revolutions of the 80s and 90s. Our journey began with a passion for collecting vintage items and a dream to create a space where people could immerse themselves in a world that captures the essence of different generations.</p>
<p style="font-family: var(--ff-poppins);color: hsl(240, 2%,10%);">Retro was born from a desire to relive and share the joy of the past. We believe that every era has something special to offer, whether it’s the bold designs of the 60s, the innovative spirit of the 70s, or the tech revolutions of the 80s and 90s. Our journey began with a passion for collecting vintage items and a dream to create a space where people could immerse themselves in a world that captures the essence of different generations.</p>
</div>


Expand All @@ -670,7 +670,7 @@ <h2 class=section__titlestyle style="font-family: var(--ff-philosopher);color: h
<section class="about_container" style="width:80vw;margin-top: 80px;margin-bottom: 30px;">
<div class="about3">
<h2 class=section__title>Why Choose Retro?</h2>
<p style="font-family: var(--ff-poppins);color: hsl(208, 7%,46%);">We’re not just about products – we’re about creating a lifestyle that honors the beauty and inspiration of the past. Each item we offer is carefully selected to bring nostalgia to life, allowing you to embrace the timeless designs, flavors, and stories that have shaped history. Whether you're a vintage enthusiast or simply love the look and feel of classic designs, Retro is your gateway to a world that values tradition as much as it does innovation.</p>
<p style="font-family: var(--ff-poppins);color: hsl(240, 2%,10%);">We’re not just about products – we’re about creating a lifestyle that honors the beauty and inspiration of the past. Each item we offer is carefully selected to bring nostalgia to life, allowing you to embrace the timeless designs, flavors, and stories that have shaped history. Whether you're a vintage enthusiast or simply love the look and feel of classic designs, Retro is your gateway to a world that values tradition as much as it does innovation.</p>
</div>
</section>

Expand Down

0 comments on commit e0bfaa1

Please sign in to comment.