-
Notifications
You must be signed in to change notification settings - Fork 0
/
AlcachofrasPagina.html
46 lines (35 loc) · 2.37 KB
/
AlcachofrasPagina.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
<html>
<head>
<title> Itália </title>
</head>
<style type="text/css">
body {font-family: century;
font-size: 25px; }
.texto01 {font-family: Lucida Calligraphy;
color: rgb(255, 255, 255);
font-size: 80px}
.texto02 {font-family: arial;
color: rgb(0, 0, 0);
font-size: 20px}
</style>
<link rel="shortcut icon" href="./src/imagens/BandeiraRedonda.png" type="image/x-icon">
<body style background-color: text="black" link="Brown" vlink="Brown" alink="Brown"
background="./src/imagens/Fundo.jpg">
<div style= "top: 0px; left:0px; position: absolute;" > <img src="./src/imagens/PLanoComida.png" height="300px" width="1400px" /> </div>
<div style= "top: 40px; left:90px; position: absolute;" >
<div id="divBusca">
<input type="text" id="txtBusca" placeholder="Pesquise aqui..."/>
<button id="btnBusca"> Pesquisar: </button>
</div> </div>
<div style= "top: 100px; left:520px; position: absolute;" > <span class="texto01"> Alcachofras à Romana </span> </div>
<div style= "top: 300px; left:350px; position: absolute;" > <img src="./src/imagens/BandeiraComida.png" height="400px" width="700px" /> </div>
<div style= "top: 440px; left:250px; position: absolute;" > <img src="./src/imagens/BandeiraComida.png" height="400px" width="700px" /> </div>
<div style= "top: 320px; left:350px; position: absolute;" > <img src="./src/imagens/ComidaItalia.png" height="500px" width="600px" /> </div>
<div style= "top: 840px; left:30px; position: absolute;" > <b> <span class="texto02"> Seu preparo é mais comum durante a primavera, época de maior produtividade das alcachofras.
Teve origem na cidade de Roma, na Itália, e seu preparo consiste na lavagem e cozimento das flores, onde recebem posteriormente temperos e especiarias, como a mentuccia (erva típica de Roma), alho, azeite, limão siciliano, tomilho, sálvia e etc </span> </b> </div>
<div style= "top: 1030px; left:100px; position: absolute;" >
<a href="ComidaPagina.html"> <img src="./src/imagens/BotãoVoltar.png" height="100px" width="300px" /> </div>
<div style= "top: 1037px; left:500px; position: absolute;" >
<a href="index.html"> <img src="./src/imagens/BotãoFechar.png" height="90px" width="300px" /> </div>
</body>
</html>