-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrightframe.html
55 lines (37 loc) · 2.43 KB
/
rightframe.html
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body{
background:#9ea496;
color: #010101;
/* text-align: center; */
background: linear-gradient(to right, #847575, #a7b19b);
}
p{
/* margin-top: 200px; */
width: 100vw;
font-size: large;
font-weight: bold;
}
</style>
</head>
<body>
<p>
<h1 style="text-align: center;"> ABES'EC BOOK STORE </h1>
<p>Your Gateway to Knowledge! ABES Bookstore brings you a curated collection of academic, fiction, and non-fiction books. Whether you're prepping for exams or indulging in a literary escape, we’ve got the best picks for every reader.
Fuel Your Learning Journey From textbooks to self-help and beyond, ABES Bookstore ensures students and book lovers alike find their perfect read. Explore a world of wisdom right on campus!
Where Books Meet Passion At ABES Bookstore, every book is a door to new ideas and opportunities. Get the latest editions of your academic needs along with a handpicked selection of trending titles.
Empowering Minds, One Book at a Time Our bookstore is more than just shelves of books; it's a hub of knowledge, innovation, and student success. From study guides to leisure reads, ABES Bookstore is your learning companion.
Your Knowledge Cornerstone Discover academic excellence at ABES Bookstore, where students find essential study materials and readers explore thought-provoking books to fuel curiosity and success. <br>
Read, Learn, Thrive ABES Bookstore is dedicated to fueling your academic journey. Offering everything from textbooks to motivational reads, it's the one-stop shop for students and scholars.
Bringing Pages to Life Dive into a world of knowledge and imagination at ABES Bookstore. With a wide range of books that cater to every discipline and interest, learning has never been more exciting.
The Study Buddy You Need Whether you’re gearing up for exams or looking for that perfect leisure read, ABES Bookstore has got you covered. Your go-to source for study materials, novels, and more.
ABES Bookstore: Where Learning Meets Inspiration Combining academic essentials with the latest in literature, ABES Bookstore is your partner in knowledge, growth, and discovery, right at the heart of campus.
</p>
</p>
</body>
</html>