forked from Naldoun/naturalworld-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vegetariano.html
78 lines (56 loc) · 1.95 KB
/
vegetariano.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
<!DOCTYPE html>
<html>
<head>
<title>links do guizao</title>
<meta charset=“utf-8” />
<link rel="stylesheet" type="text/css" href=estilos/meuestilo.css
</head>
<style>
body{
background-image: url(imagens/coelho.jpg);
}
*{
margin: 0;
padding:0;
}
#lugar{
width:50%;
height: 150px;
}
#titu{
border: 1px solid black;
margin: 25px 50px;
background-color: rgb(40, 90, 43);
}
</style>
<body>
<header class="cabecalho">
<a class="menu" href="home.html">
<img src="imagens/folha.png" alt="imagem" width="80" height="70">
</a>
<div class="efeito"></div>
</header>
<nav>
<p> GUIZAO PICA </p>
<ul>
<li><a href="home.html"> Página Inicial </a></li>
<li><a href="#"> Entenda nosso mundo </a>
<ul>
<li><a href="vegetariano.html"> Vegetarianismo </a></li>
<li><a href="vegano.html"> Veganismo </a></li>
</ul>
</li>
<li><a href="#"> Receitas </a>
<ul>
<li><a href="receitas.html"> Vegetarianas </a></li>
<li><a href="receitas.html"> Veganas </a></li>
</ul>
</li>
<li><a href="#"> </a></li>
</ul>
<center>
<p id="lugar"> <font size="400"> <h2> <strong> VEGETARIANISMO </strong></h2> </font> </p>
<p id="info"> <h3>Considera-se vegetariana aquela pessoa que elimina de sua alimentação o consumo de qualquer tipo de carne (frango, peixe, gado ou mesmo frutos do mar). Os principais motivos descritos pelos vegetarianos na escolha de uma alimentação a base de vegetais é devido à saúde, religião, alimentação saudável, consciência ecológica ou pena dos animais. </h3></p>
</center>
</body>
</html>