-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (52 loc) · 1.58 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
53
54
55
56
57
58
59
60
<!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="style.css">
<title>Google</title>
</head>
<body>
<header>
<nav>
<div class="menu-top">
<a href=""><p>Gmail</p></a>
<a href=""><p id="imgs">Imagens</p></a>
<a href=""><p><img src="menu2.png" class="menufoto"></p></a>
<a href=""><p><img src="conta.png" class="menufoto"></p></a>
</div>
</nav>
</header>
<main>
<div class="logo">
<img src="logo.png" id="google"><br>
</div><div class="container">
<input type="search" placeholder=" Pesquise no Google ou digite um URL" class="search"><br><br></div>
<div class="container2">
<div class="button1">
<a href=""><input type="button" value=" Pesquisa google" class="botaoPesquisa"></a> </div> <br>
<div class="button2">
<a href=""><input type="button" value="Estou com sorte" class="botaoSorte"></a></div></div>
</div>
</main>
<footer>
<div class="footerMenu">
<div class="brasil">
<p>Brasil</p></div>
<div class="left-menu">
<a href="" class="leftMenu">Sobre</a>
<a href="" class="leftMenu">Publicidade</a>
<a href="" class="leftMenu">Negócios</a>
<a href="" class="leftMenu">Como funciona a Pesquisa</a></div>
<div class="right-menu">
<a href="" class="rightMenu">Privacidade<a>
<a href="" class="rightMenu">Termos</a>
<a href="" class="rightMenu">Configurações</a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>