-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpasteleria_sabores.html
169 lines (169 loc) · 5.76 KB
/
pasteleria_sabores.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!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>MoonCake</title>
<link rel="shortcut icon" href="./imagenes/moonc.png">
<!--FUENTE 1-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Patua+One&display=swap" rel="stylesheet">
<!--FUENTE 2-->
<link href="https://fonts.googleapis.com/css2?family=Patua+One&family=Varela+Round&display=swap" rel="stylesheet">
<!--ICON-->
<link href="https://fonts.googleapis.com/css2?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Icons+Outlined" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Icons+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Icons+Sharp" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Icons+Two+Tone" rel="stylesheet">
<style>
* {
box-sizing: border-box;
}
body{
background-image: url(./imagenes/cake-balls-g0b3cf8cf7_1920.jpg);
}
header{
background-color: rgb(255, 169, 169);
padding: 1px;
text-align: center;
font-size: 30px;
font-family: 'Patua One', cursive;
color: rgb(216, 27, 27);
letter-spacing: 10px;
border: 1px solid rgb(253, 171, 171);
}
article {
padding: 50px;
width: 100%;
background-color: #ffeeee;
height: 610px;
text-align: center;
font-family: 'Varela Round', sans-serif;
font-size: 10px;
border-right: 1px solid rgb(253, 171, 171);
border-left: 1px solid rgb(253, 171, 171);
}
article h1{
font-family: 'Patua One', cursive;
color: #ff2566;
font-size: 30px;
letter-spacing: 2px;
}
article p{
font-family:'Patua One', cursive ;
color: #141313;
font-size: 20px;
}
article.designs{
height: 680px;
}
nav {
width: 21%;
height: 310px;
background: rgb(255, 255, 255);
padding: 20px;
margin: auto;
border: 2px solid palevioletred;
display:inline-table;
margin: 20px;
}
nav a{
text-decoration: none;
color: black;
}
nav p{
font-size: 13px;
text-align: justify;
}
.material-icons-outlined{
font-size: 48px;
color: rgb(192, 38, 38);
}
span.a{
font-size: 21px;
color: rgb(255, 255, 255);
}
hr{
background-color:palevioletred;
height: 2px;
border:0px;
}
@media (max-width: 600px) {
nav, article {
width: 100%;
height: auto;
}
nav{
margin: 0px;
margin-block-end: 10px;
}
}
@media (max-width: 1000px) {
nav, article {
width: 100%;
height: auto;
}
nav{
margin: 0px;
margin-block-end: 10px;
}
}
footer {
background-color: rgb(255, 206, 206);
padding: 12px;
text-align: center;
color: rgb(70, 70, 70);
border: 1px solid rgb(253, 171, 171);
}
button{
background-color: rgb(192, 38, 38);
border: 1px;
border-radius: 3px;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
font-size: 20px;
font-family: 'Varela Round', sans-serif;
}
</style>
</head>
<body>
<header>
<h1><img src="./imagenes/moonc.png" alt="Logo de MoonCake" width="60px"> MOONCAKE</h1>
</header>
<section>
<article class="designs">
<hr><h1>S A B O R E S     D I S P O N I B L E S</h1><hr>
<p>Estos son los sabores de pasteles disponibles en nuestra pastelería.</p><br>
<nav>
<img src="./imagenes/chocolate.jpg" alt="chocolate" width="200px" height="150px">
<h2>CHOCOLATE</h2><hr>
<p>Pastel hecho a base de chocolate.      </p><br>
</nav>
<nav>
<img src="./imagenes/limon.jpg" alt="limon" width="200px" height="150px">
<h2>LIMÓN</h2><hr>
<p>Pastel hecho a base de limón y endulzantes.</p><br>
</nav>
<nav>
<img src="./imagenes/zanahoria.jpg" alt="zanahoria" width="200px" height="150px">
<h2>ZANAHORIA</h2><hr>
<p>Pastel hecho a base de zanahoria y endulzantes.</p><br>
</nav>
<nav>
<img src="./imagenes/fresa.jpg" alt="fresa" width="200px" height="150px">
<h2>FRESA</h2><hr>
<p>Pastel hecho a base de fresa y frutos rojos.</p><br>
</nav><br><br>
<br><a href="pasteleria_sabores.html" target="_blank"><button><span class="material-icons-outlined a">add_shopping_cart</span> HACER PEDIDO</button></a>
</article>
</section>
<footer>
<p>This product is protected by copyright and distributed under licenses restricting copying, distribution, and decompilation.</p>
</footer>
</body>
</html>