-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 2.06 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pastelería Casher</title>
<link rel="stylesheet" href="estilo.css">
</head>
<body>
<div id="contend">
<header>
<h1 id="principal">Pastelería casher</h1>
<img class="prin" width="150px"alt="logo" src="diseño/Pastelería Casher (2).png">
</header>
<br>
<div class="clear"></div>
<section id="contenido">
<h2>pasteles por sabor</h2>
<article class="informacion">
<ul>
<li>Pastel de chocolate (1/2 kilo).......$330</li>
<li>Pastel de fresa (1/2 kilo).......$280</li>
<li>Pastel de limon (1/2 kilo).......$270</li>
<li>Pastel de cajeta (1/2 kilo).......$310</li>
<li>Pastel de vainilla (1/2 kilo).......$260</li>
<li>Pastel de frambuesa (1/2 kilo).......$320</li>
</ul>
</article>
<br>
<h2>Adornos</h2>
<article class="informacion">
<ul>
<li>cubierta de merengue (estándar)....$100</li>
<li>cubierta de chocolate....$200</li>
<li>cubierta de cajeta....$150</li>
<li>cubierta de frutos rojos....$200</li>
</ul>
</article>
<a href="pedido.html"><input type="button" id="botoncito" name="botoncito" value="hacer mi pedido"></a>
</section>
<div class="clear"></div>
<br>
<footer>
"Pastelería Casher" Xalapa,Ver C.P. 9100 Col. Centro
</footer>
</div>
</body>
</html>