Skip to content

Commit 7409097

Browse files
committed
final editing of layout of texts
1 parent 8043099 commit 7409097

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

about.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,25 @@ <h1>About Our Book Club</h1>
5959
</p>
6060
<h2>Our History</h2>
6161
<p>
62-
Founded in 2025, our book club started with a small group of friends who shared a common love for books. Over the years, we have grown into a vibrant community with members from all walks of life.
62+
Founded in 2025, our book club started with a small group of friends who shared a common love for books.
63+
Over the years, we have grown into a vibrant community with members from all walks of life.
6364
Each new member is embraced with open arms and encouraged to share their unique perspectives and experiences.
6465
This is not just a book club but a family that has been created from the love of books and the joy of sharing them with others.
6566
</p>
6667
<h2>What We Do</h2>
6768
<p>
68-
We meet monthly to discuss a selected book, share our perspectives, and enjoy each other's company. Aswell as enjoying each others food, we also have a potluck style dinner where each member brings a dish to share. This not only makes our meetings more enjoyable but also allows us to experience different cuisines and cultures.
69+
We meet monthly to discuss a selected book, share our perspectives, and enjoy each other's company.
70+
Aswell as enjoying each others food, we also have a potluck style dinner where each member brings a dish to share.
71+
This not only makes our meetings more enjoyable but also allows us to experience different cuisines and cultures.
6972
In addition to our regular meetings, we also host author talks, book signings, and special events throughout the year.
7073
</p>
7174

7275
<h2>Join Us</h2>
7376
<p>
74-
If you love reading and want to be part of a supportive community, we invite you to join us! Whether you're an avid reader or just starting your literary journey, there's a place for you in our book club.
75-
To become a member, simply fill out the <a href="join.html"></a>
76-
<strong>Join Us</strong> form on our website. We look forward to welcoming you into our community!
77+
If you love reading and want to be part of a supportive community, we invite you to join us!
78+
Whether you're an avid reader or just starting your literary journey, there's a place for you in our book club.
79+
To become a member, simply fill out the <a href="join.html">
80+
<strong>Join Us</strong></a> form on our website. We look forward to welcoming you into our community!
7781
</p>
7882

7983

styles.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ header {
1818
background-color: #1f2937;
1919
}
2020

21+
body, p {
22+
font-family: "Roboto", sans-serif, "Alliance";
23+
}
24+
2125
/*Navbar*/
2226
.navbar {
2327
display: flex;
@@ -123,6 +127,15 @@ h2 {
123127
text-align: center;
124128
}
125129

130+
h1 {
131+
font-size: 48px;
132+
font-weight: 800;
133+
margin-bottom: 10px;
134+
padding-bottom: 30px;
135+
color: #1f2937;
136+
text-align: center;
137+
}
138+
126139
.book-section {
127140
display: flex;
128141
justify-content: center;

0 commit comments

Comments
 (0)