-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (46 loc) · 2.85 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
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Instagram Login</title>
</head>
<body>
<div class="instagram-wrapper">
<div class="instagram-phone">
<img src="./img/iPhone-Scroll-Instagram-Scandinavia-Standard.gif" alt="celular">
</div>
<div class="instagram-continue">
<div class="group">
<img src="./img/instagram-logo.png" class="instagram-logo" alt="instagram logo">
<div>
<form1>
<label for="usuario"></label>
<input type="text" id="usuario" name="usuario" placeholder="Telefone, Nome ou Email">
</form1>
<form2>
<label for="senha"></label>
<input type="text" id="senha" name="senha" placeholder="Senha">
</form2>
</div>
<a href="#" class="instagram-login">Login</a>
<p>__________________ ou __________________</p>
<a href="#" class="Esqueceu-senha">Esqueceu a Senha?</a>
</div>
<div class="group">
<p class="not-account">Não tem uma Conta?</p>
<a href="#" class="link-blue">Inscreva-se</a>
</p>
</div>
<div class="get-the-app">
<p class="get-app" >Baixe o aplicativo</p>
<div class="download">
<a href="#" class="app-download"></a>
<a href="#" class="app-download"></a>
</div>
</div>
</div>
</div>
</body>
</html>