-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex3.html
108 lines (71 loc) · 3.11 KB
/
index3.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Poema 3</title>
<link rel="stylesheet" href="estilos/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=first_page" />
</head>
<style>
body{
background-image: url(imagens/o-leao.jpg);
}
</style>
<body>
<p>
<header><h1>3. O Leão</h1>
<nav>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index1.html" target="_blank">Poema 1</a>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index2.html" target="_blank">Poema 2</a></li>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index3.html" target="_blank">Poema 3</a>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index4.html" target="_blank">Poema 4</a>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index5.html" target="_blank">Poema 5</a>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index6.html" target="_blank">Poema 6</a>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index7.html" target="_blank">Poema 7</a>
<a href="index.html">Voltar a Página Inicial <span class="material-symbols-outlined">
first_page
</span></a>
</nav>
</header>
</p>
<main>
<p>Leão! Leão! Leão!</p>
<p>Rugindo como o trovão</p>
<p>Deu um pulo, e era uma vez</p>
<p>Um cabritinho montês.</p>
<p>Leão! Leão! Leão!</p> <br>
<p>És o rei da criação</p>
<p>Tua goela é uma fornalha</p>
<p>Teu salto, uma labareda</p>
<p>Tua garra, uma navalha</p>
<p>Cortando a presa na queda.</p><br>
<p>Leão longe, leão perto</p>
<p>Nas areias do deserto.</p>
<p>Leão alto, sobranceiro</p>
<p>Junto do despenhadeiro.</p>
<p>Leão na caça diurna</p><br>
<p>Saindo a correr da furna.</p>
<p>Leão! Leão! Leão!</p>
<p>Foi Deus que te fez ou não?</p>
<p>O salto do tigre é rápido</p>
<p>Como o raio; mas não há</p><br>
<p>Tigre no mundo que escape</p>
<p>Do salto que o Leão dá.</p>
<p>Não conheço quem defronte</p>
<p>O feroz rinoceronte.</p>
<p>Pois bem, se ele vê o Leão</p><br>
<p>Foge como um furacão.</p>
<p>Leão se esgueirando, à espera</p>
<p>Da passagem de outra fera…</p>
<p>Vem o tigre; como um dardo</p>
<p>Cai-lhe em cima o leopardo</p><br>
<p>E enquanto brigam, tranquilo</p>
<p>O leão fica olhando aquilo.</p>
<p>Quando se cansam, o leão</p>
<p>Mata um com cada mão.</p>
<p>Leão! Leão! Leão!</p>
<p>És o rei da criação!</p>
</main>
</body>
</html>