-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (46 loc) · 1.45 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="pt-br">
<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">
<link rel="stylesheet" href="css/style.css">
<title>Instagram</title>
</head>
<body>
<div id="corpo">
<div id="phone">
<img src="img/instagram-celular.png" alt="instagram-celular">
</div>
<div id="login">
<div id="formulario">
<img src="img/instagram-logo.png" alt="logo-instagram">
<form action="">
<input type="text" placeholder="telefone, nome de usuário ou email">
<input type="password" placeholder="senha">
<button>Entrar</button>
</form>
<div id="face">
<div id="linha">
<span></span>
<p id="ou">ou</p>
<span></span>
</div>
<div id="enter">
<a href=""><img src="img/facebook.png" alt=""><span>entrar com facebook</span></a>
<a href="">esqueceu a senha?</a>
</div>
</div>
</div>
<div id="cadastro" class="cor-login">
<span>nao tem uma conta? <a href="#">cadastre-se</a> </span>
</div>
<footer>
<p>baixe o aplicativo</p>
<img src="img/apple-button.png" alt="botao apple" style="width: 100px;">
<img src="img/googleplay-button.png" alt="botao google play" style="width: 100px;">
</footer>
</div>
</div>
</body>
</html>