Skip to content

Commit 08ce167

Browse files
committed
Create desafio003.html
1 parent a75f744 commit 08ce167

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

desafios/d003/desafio003.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html lang="pt-br">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="shortcut icon" href="bussola.ico" type="image/x-icon">
7+
<title>Mapa Mundi</title>
8+
</head>
9+
<body>
10+
<h1>Desafio do Mapa</h1>
11+
<p>Agora chegou a hora de treinar um pouco o uso de imagens, parágrafos e quebra de linhas.</p>
12+
<p>
13+
<img src="imagens/mapa03.png" alt="Peça 3">
14+
<img src="imagens/mapa07.png" alt="Peça 7">
15+
<img src="imagens/mapa05.png" alt="Peça 5">
16+
<br>
17+
<img src="imagens/mapa09.png" alt="Peça 9">
18+
<img src="imagens/mapa01.png" alt="Peça 1">
19+
<img src="imagens/mapa08.png" alt="Peça 6">
20+
<br>
21+
<img src="imagens/mapa06.png" alt="Peça 6">
22+
<img src="imagens/mapa02.png" alt="Peça 2">
23+
<img src="imagens/mapa04.png" alt="Peça 9">
24+
</p>
25+
</body>
26+
</html>

0 commit comments

Comments
 (0)