-
Notifications
You must be signed in to change notification settings - Fork 0
/
instagram.html
43 lines (42 loc) · 1.86 KB
/
instagram.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
<!DOCTYPE hmtl>
<html lang="pt" class="translated-ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Instagram</title>
<link type="text/css" rel="stylesheet" charset="UTF-8" href="https://translate.googleapis.com/translate_static/css/translateelement.css">
</head>
<body>
<div class="instagram-wrapper">
<div class="intstagran-fone">
<img src="./img/celular.png" alt="celular">
</div>
<div class="instagram-continue">
<div class="group">
<img src="./img/logo.png" class="instagram logo"alt="instagram logo">
<div class="profile-photo">
<img src="./img/pedro.jpg" alt=" foto perfil">
</div>
<a href="#" class="instagram-login">Continue como pedror</a>
<a href="#" class="instagram-logout">Remover conta</a>
</div>
<div class="group">
<p class="not-acount">nao e pedro</p>
<p class="not-acount">
<span class="link-blue">Alterar contas</span>
ou
<span class="link-blue">Inscreva-se</span>
</p>
</div>
<div class="get-the-app">
<p class="get-app">Baixe o aplicativo</p>
<div class="dowload">
<a href="#" class="app-dowload"></a>
<a href="#" class="app-dowload"></a>
</div>
</div>
</div>
</div>
</body>
</html>