-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.12 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
<!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="main.css">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="indexQuery.css">
<title>Responsividade</title>
</head>
<body>
<main class="main">
<div class="login">
<img class="logo-login" src="https://d33wubrfki0l68.cloudfront.net/06185f059f69055733688518b798a0feb4c7f160/9f07a/images/product-identity-assets/firefox.png" alt="">
<input class="nome-login" type="text" placeholder="Nome">
<input class="senha-login" type="password" placeholder="Senha">
<p class="cadastrado">Não é cadastrado?</p>
<button class="botao">Logar</button>
</div>
<div class="image">
<img class="image-img" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTX5HT6aUWve08Gq9UZ93vOKnwCdQ96-WIWbdHwwTPEo8hvOTr-pXWFYxhEwdv_ZJWrHoY&usqp=CAU" alt="">
</div>
</main>
</body>
</html>