-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobinho.html
35 lines (31 loc) · 972 Bytes
/
globinho.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="globinho.css">
<title>Xícara de café</title>
</head>
<body>
<div class="layout">
<header>
<p>Aceita uma xícara de café?</p>
</header>
<section>
<nav id="navegador">
<div> <img id='imgnav' src="img_nav.png"/> </div>
<div> <a href="index.html"> Home</a></div>
<div> <a href="cafe.html">Café</a> </div>
<div><a href="passandocafe.html">Passando seu café</a></div>
</nav>
<article>
<h2 class="info">Globinho</h2>
<p class="info">informações</p>
<p> <img class="imagem" src="globinho.jpg"/> </p>
</article>
</section>
<footer>
</footer>
</div>
</body>
</html>