-
Notifications
You must be signed in to change notification settings - Fork 0
/
facebook.html
45 lines (30 loc) · 1.3 KB
/
facebook.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
.<!DOCTYPE html>
<html>
<head>
<style>
body {background-color: rgb(220, 225, 226);}
h1 {color: blue;}
</style>
<link rel="stylesheet" href="facebook.css">
<title> Facebook
</title>
</head>
<body>
<div class="body">
<h1 class="four">facebook</h1>
<div class="facebook_name">
<div class="main_body">
<h3 class="lg">Log in to Facebook</h3>
<form>
<input type="text" placeholder="Email address or phone number" class="one"></input><br><br>
<input type="password" placeholder="password " class="two"><br><br>
<button type="submit" class="aza">Log in </button><br><br>
<a href="" class="brb">forgotten account?</a><br>
<p> or </p>
<button type="submit" class="psp">Create new account</button>
</form>
</div>
</div>
</div>
</body>
</html>