-
Notifications
You must be signed in to change notification settings - Fork 2
/
project_2.html
27 lines (27 loc) · 941 Bytes
/
project_2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Facebook Logi</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="insta-page">
<h1>facebook</h1>
<p>Connect ith friendship and the world around you on Facebook.</p>
<form action="#">
<input type="email" placeholder="Email or phone number" required>
<input type="password" placeholder="Password" required>
<button type="submit">Log In</button>
<a href="#" class="forgot">Forgot password?</a>
<hr>
<div class="create-account">
<a href="#">Create new account</a>
</div>
</form>
</div>
</div>
</body>
</html>