-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (40 loc) · 1.53 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
<!DOCTYPE html>
<header>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial=scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Instagram - Aula Flex Box</title>
</header>
<body>
<div class="instagram-wrapper">
<div class="instagram-phone">
<img src="./img/celular-instagram.png" alt="celular">
</div>
<div class="instagram-continue">
<div class="group">
<img src="./img/instagram-logo.png" class="instagram-logo" alt="logo instagram" width="250px" height="150px">
<div class="profile-photo">
<img src="./img/image-perfil.jpg" alt="imagem perfil" >
</div>
<a href="#" class="instagram-login">Continue como Carlos.filho</a>
<a href="#" class="instagram-logout">Remover Conta</a>
</div>
<div class="group">
<p class="notr-account">não e ?????????? </p>
<p class="notaccount">
<span class="link-blue">Alternar 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="download">
<a href="#" class="app-download"></a>
<a href="#" class="app-download"></a>
</div>
</div>
</div>
</div>
</body>
</html>