Skip to content

Commit 9ca998f

Browse files
authored
Update index.html
more text for the p under the h1 on hero section
1 parent 258fa9a commit 9ca998f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@
3030
<main>
3131
<!--Hero Section-->
3232
<section class="hero-container">
33-
<div class="hero">
34-
<h1>Join Our Book Club</h1>
35-
<p>Discover, discuss, and dive into your next favorite book with fellow book lovers.</p>
36-
<a href="join.html"><button>Sign Up</button></a>
33+
<div>
34+
<h1 class="hero">Join Our Book Club</h1>
35+
<p class="hero-p">Whether you're already in a book club, want to join one, or are looking to set one up,
36+
you're in the right place!Discover, discuss, and dive into your next favorite book with fellow book
37+
lovers.</p>
38+
<a href="join.html" class="hero-button">Sign Up</a>
3739
</div>
3840
<img class="hero-image" src="./images/books/book-club.gif" alt="Book Club Gif">
3941
</section>

0 commit comments

Comments
 (0)