-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 1.21 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Facebook</title>
<link rel="stylesheet" href="estilo.css">
</head>
<body>
<div class="geral">
<div class="informacoes-texto">
<h1>facebook</h1>
<h3>O Facebook ajuda você a se conectar e compartilhar com as pessoas que fazem parte da sua vida.</h3>
</div>
<div class="login-pagina">
<form class="caixa-branca">
<input type="text" class="inputs" placeholder="Email ou telefone">
<input type="password" class="inputs" placeholder="Senha">
<button class="bto bto-entrar">Entrar</button>
<a href="https://www.facebook.com/login/identify/?ctx=recover&ars=facebook_login&from_login_screen=0" class="esqueceu a senha">Esqueceu a senha?</a>
<hr>
<button class="bto bto-criar">Criar nova conta</button>
</form>
<p><strong>Criar uma Página </strong>para uma celebridade, uma marca ou uma empresa.</p>
</div>
</div>
</body>
</html>