-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmember.html
54 lines (44 loc) · 1.69 KB
/
member.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>member</title>
</head>
<body>
<section class="container">
<header>
<div class="nav">
<a href="index.html">home</a> 
<a href="about.html">about </a> 
<a href="contact.html">contact</a> 
</div>
<h2 class="logo">Leenah travel</h2>
</header>
<div class="text">
<h2>Join us</h2>
<h3>Become a member of family </h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. </p>
</div>
<ul class="social">
<li><a href="#"><img src="https://i.ibb.co/x7P24fL/facebook.png"></a></li>
<li><a href="#"><img src="https://i.ibb.co/Wnxq2Nq/twitter.png"></a></li>
<li><a href="#"><img src="https://i.ibb.co/ySwtH4B/instagram.png"></a></li>
</ul>
<div class="form">
<form>
A/C No      <input type="text" placeholder="A/C No">
<br>
<br>
User Name <input type="User Name" placeholder="User Name"> <br>
<br>
Password    <input type="text" placeholder="Password">
<br><br>
<button> submit</button>
<p> not register? <a href="#">click here</a> </p>
</section>
</body>
</html>