-
Notifications
You must be signed in to change notification settings - Fork 37
/
newfb.html
85 lines (62 loc) · 2.68 KB
/
newfb.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
75
76
77
78
79
80
81
82
83
84
85
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="cssfacebook.css">
</head>
<body>
<div class="heading">
<div class="facebookName">
<h1>facebook META</h1>
</div>
<div class="getDetails">
<form>
<label>Email or Phone</label>
<input type="text"p >
<label class="l2">Password</label>
<input type="text" >
<button>Log In</button>
</form>
</div>
</div>
<div class="middleContainer">
<div class="leftContainer">
<h2>Recent Logins</h2>
<p>Click your picture or add an account.</p>
<div class="profiles">
<div class="onkarProfile">
<a href="https://www.facebook.com/login/device-based/regular/login/"> <img class="image1" src="image data/onkarMS.jpeg" width="180" height="260">
<p>Onkar</p></a>
</div>
<div class="elonProfile">
<a href="https://www.facebook.com/login/device-based/regular/login/?login_attempt=1&lwv=110"><img class="image2" src="image data/elonmusk.jpg" width="170" height="260">
<h2>Elon</h2></a>
</div>
<div class="addAccount">
<a href="https://www.facebook.com/login/device-based/regular/login/?login_attempt=1&lwv=110"> <img class="image3" src="image data/addAccount.jpeg" width="170" height="200">
<h3>Add Account</h3></a>
</div>
</div>
</div>
<div class="rightContainer">
<h2>Create a new Account</h2>
<p>It's quick and easy.</p>
<form action="" class="getData">
<input type="text" placeholder="First Name" style="width: 250px;">
<input type="text" placeholder="Last Name" style="width: 250px;"><br>
<input class="email"type="text" placeholder="Mobile Number or Email Address" style="width: 500px;" ><br>
<input type="text" placeholder="New Password"style="width: 500px;">
<br><br>
<label >Date of Birth</label><br>
<input type="date" style="background-color:;"><br>
<label >Gender</label><br>
<input type="radio" type="gender" name="Gender" >Male
<input type="radio" type="gender" name="Gender" >Female
<input type="radio" type="gender" name="Gender" >Custom
<br><br>
<button>Sign Up</button>
</form>
</div>
</div>
</body>
</html>