Skip to content

Commit

Permalink
Fixed bckgrnd in the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlon13 committed Jun 27, 2024
1 parent 6b0ccc2 commit 422077b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ h2{
background: #262625;
}

.colourh2{
background-color: #f4f4f4;
color:black
}
/*changing only h2 for the home page*/
.join-us h2{
color: black
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1><i class="fa-solid fa-child-reaching fa-bounce"></i> Welcome to the BJJ Club
<img src="assets/images/3kidsplaying.png" alt="Image 3">
</section>
<section class="description-section">
<h2>About Brazilian Jiu-Jitsu (BJJ)</h2>
<h2 class="colourh2">About Brazilian Jiu-Jitsu (BJJ)</h2>
<p>Brazilian Jiu-Jitsu (BJJ) is a martial art and combat sport system that focuses on grappling and
especially
ground fighting. BJJ was formed from Kodokan Judo ground fighting (Newaza) fundamentals that were
Expand Down Expand Up @@ -66,7 +66,7 @@ <h2>About Brazilian Jiu-Jitsu (BJJ)</h2>
</ol>
</section>
<section class="join-us">
<h2>Join Us!</h2>
<h2 class="colourh2">Join Us!</h2>
<p>
Enroll your child in our BJJ for Kids program and watch them grow into confident, respectful, and
healthy individuals. Our experienced instructors create a safe and supportive environment where
Expand Down

0 comments on commit 422077b

Please sign in to comment.