-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (49 loc) · 2.17 KB
/
index.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
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<title>AlmReads</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<div class="navbar">
<div class="icon">
<h2 class="logo">AlmReads</h2>
</div>
<div class="menu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Browse</a></li>
<li><a href="#">Contacts</a></li>
</ul>
</div>
<div class="search">
<input class="srch" type="search" name="" placeholder="Type to text">
<a href=""><button class="buttn">Search</button></a>
</div>
</div>
<div class="content">
<h1>Offering a world of <br> <span class="span">Emotions</span> <br>through books.</h1>
<p class="para">Lorem ipsum dolor sit amet, consectetur adipisicing elit. <br>
Deleniti quo aspernatur, officiis iure minima doloremque asperiores <br>
voluptatem amet. Voluptate laudantium doloribus debitis nisi culpa <br>
atque voluptatum rerum nihil provident in. Lorem ipsum dolor, sit. Lorem <br>
ipsum dolor sit amet consectetur adipisicing elit. Quibusdam qui impedt <br>
culpa numquam consectetur. Nisi, quo doloremque accusamus repellat qua <br>
si officiis maxime aut sint tempora cupiditate sunt explicabo facere ve <br>
</p>
<button class="cont"><a href="#">Join Us</a></button>
<div class="form">
<h2>Login Here</h2>
<input type="email" name="email" placeholder="Enter Email Here">
<input type="password" name="" placeholder="Enter Password Here">
<button class="btn"><a href="#">Login</a></button>
<p class="link">Don't have an account?</p><br>
<a href="#">Sign Up Here</a>
<p class="liw">Log in with</p>
</div>
</div>
</div>
</body>
</html>