-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
32 lines (32 loc) · 1.71 KB
/
home.html
File metadata and controls
32 lines (32 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="stylesheet" href="style.css">
<style>
body
{
background-image: url(images/bghome.avif);
background-size: 100%;
backdrop-filter: blur(3px);
}
</style>
</head>
<body>
<h2><u>Welcome to Book Haven -Your Sanctuary for Stories</u></h2>
<p class="home">
At Book Haven, we believe that every book has the power to transport, inspire, and connect us. Nestled in the heart of Ghaziabad, our bookstore is a sanctuary for book lovers of all kinds. Whether you're searching for the latest bestseller, a timeless classic, or a rare hidden treasure, our carefully curated shelves hold something special for every reader.
</p>
<p class="home">
Our mission goes beyond selling books—Book Haven is a community hub for readers and dreamers. We offer a diverse range of genres, from fiction, non-fiction, and poetry to children's literature, fantasy, and everything in between. Our knowledgeable and friendly staff is always here to guide you toward your next great read.
</p>
<p class="home">
At Book Haven, we host regular author events, book signings, and reading groups to foster a vibrant literary community. Whether you're looking for a quiet corner to lose yourself in a novel or want to engage in thoughtful discussions with fellow book enthusiasts, you'll find your place here.
</p>
<p class="home">
Come visit Book Haven—where every page offers a new adventure, and every reader is welcome
</p>
</body>
</html>