-
Notifications
You must be signed in to change notification settings - Fork 1
/
fb.html
74 lines (70 loc) · 3.46 KB
/
fb.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<title>LOG IN FORM</title>
<link rel="stylesheet" href="fb.css" type="text/css">
</head>
<body>
<div class="general">
<div class="container">
<h1>FACEBOOK</h1>
<div class="form">
<label>EMAIL</label>
<input type="text" placeholder="enter your email..">
<label class ="z">PASSWORD</label>
<input type="password" placeholder="password">
<button>log in</button>
<p class="margined">forgotten password??</p>
</div>
<div class="content">
<div class="conatiner">
<div class="left">
<h1>Facebook helps you connect and share with the people in your life.</h1>
<img src="OBaVg52wtTZ.png">
</div>
<div class="right">
<h1>create an account</h1>
<p>It's quick and easy.</p>
<form>
<input class="input" placeholder="First name">
<input class="input"placeholder="Surname">
<input class="input one"placeholder="Mobile number or Email adress">
<input class="input one"placeholder="New password">
<p>Birthday</p>
<br>
<select class="loop">
<option value="30">30</option>
<option value="29">29</option>
<option value="28">28</option>
</select>
<select>
<option value="jan">jan</option>
<option value="feb">feb</option>
<option value="mar">mar</option>
</select>
<select>
<option value="2000">2000</option>
<option value="2001">2001</option>
<option value="2001">2002</option>
</select>
<br>
<br>
<p>Gender</p>
<br>
<br>
<p class="al">male</p>
<input class="cir" type="checkbox">
<p class="al">female</p>
<input class="cir" type="checkbox">
<p class="al">Custom</p>
<input class="cir" type="checkbox">
<p>By clicking Sign Up, you agree to our <a href="/">Data Policy</a>, and<a href="/"> Cookie Policy.</a> You may receive SMS notifications from us and can opt out at any time.</p>
<button id="submit"> sign up</button>
</form>
</div>
</div>
</div>
</div>
<script src="main2.js"></script>
</body>
</html>