-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmine.html
40 lines (36 loc) · 902 Bytes
/
mine.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
<!DOCTYPE html>
<html>
<head>
<title>Facebook Login</title>
<style >
body{
font-family:cursive;
}
div{
padding-left: 150px;
font-size:"7";
}
h3{
font-family:initial;
}
/*form.am{
align-content: right;
}*/
</style>
</head>
<body style="background-color:rgb(248, 237, 242); ">
<div>
<br><br><br><br><br><br>
<h1 style="color:rgb(204, 102, 153);">FaceBook</h1>
<h3 style="color:black;">Facebook helps you connect and share<br>
with the people in your life.</h3>
</div><br><br>
<form style="padding-left: 750px;padding-top:10px;">
<label for="fname">Email address or phone number:</label><br>
<input type="text" id="fname" name="fname" ><br>
<label for="lname">Password:</label><br>
<input type="text" id="lname" name="lname" value=""><br><br>
<input type="submit" value="Log In" style="background-color: rgb(205, 126, 162);">
</form>
</body>
</html>