-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgaleria.html
61 lines (49 loc) · 1.68 KB
/
galeria.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Galeria</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maxinum-scale=1.0, minium-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="estilosgaleria.css">
</head>
<body>
<!-- titulos, subtitulos y texto con <h1></h1>, <h2></h2>-->
<header>
<blockquote>
<div class="Tittle">
<h2 align="center"> Tú eliges el Sabor, Porcion y Decoracion </h2>
</div>
</blockquote><br>
<!-- IMAGEN-->
<div class="imagen1">
<img src="imagenes/Cup Blanco.jpg" title="Clasicos" height="120px" width="120px" >
</div>
<div class="imagen2">
<img src="imagenes/Cup Corazon.jpg" title="De Temporada" height="120px" width="120px" >
</div>
<div class="imagen3">
<img src="imagenes/Cup Rosa.jpg" title="Ocasiones Especiales" height="120px" width="120px" >
</div>
<div class="imagen4">
<img src="imagenes/Collage 2.jpeg" title="Lunch Cakes" height="120px" width="120px" >
</div>
<div class="imagen5">
<img src="imagenes/Pokemon.jpeg" title="Personalizados" height="120px" width="120px" >
</div>
<div class="imagen6">
<img src="imagenes/Cup BPink.jpg" title="Mesa de Postres" height="120px" width="120px" >
</div>
<br><br>
<br>
<footer>
<div class="container">
<center>
<form class="buton" action="https://wa.me/message/C76IHLO6MXSEO1" target="_blank">
<button>Realiza tu pedido</button></center>
</form>
</div>
</footer>
</body>
</html>