-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpasteleria_pedido.html
176 lines (176 loc) · 6.14 KB
/
pasteleria_pedido.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
170
171
172
173
174
175
176
<!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: 1200px;
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;
text-align: center;
}
article p{
font-family:'Patua One', cursive ;
color: #141313;
font-size: 20px;
text-align: center;
}
nav {
width: 40%;
height: 630px;
background: rgb(255, 255, 255);
border: 2px solid palevioletred;
margin-left:30%;
}
.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: 5px 20px;
text-align: center;
text-decoration: none;
font-size: 15px;
font-family: 'Varela Round', sans-serif;
}
label{
font-family:'Patua One', cursive ;
color: #555555;
font-size: 15px;
}
input{
background-color: rgb(255, 255, 255);
border: 1px solid palevioletred;
border-radius: 3px;
font-size: 15px;
width: 100%;
height: 30px;
padding: 7px;
}
textarea{
background-color: rgb(255, 255, 255);
border: 1px solid palevioletred;
border-radius: 3px;
font-size: 15px;
width: 100%;
height: 160px;
padding: 7px;
resize: none;
}
form{
padding: 30px;
}
</style>
</head>
<body>
<header>
<h1><img src="./imagenes/moonc.png" alt="Logo de MoonCake" width="60px"> MOONCAKE</h1>
</header>
<section>
<article>
<hr><h1>R E A L I Z A R     P E D I D O</h1><hr>
<p>Para proceder a la orden de pago, llena tus datos y elige todo lo necesario para tu pastel.</p><br>
<nav>
<form action="pedido.js">
<label for="Nombre">Nombre</label><br><br>
<input type="text" name="Nombre" id="Nombre" placeholder="Escribe tu nombre"><br><br><br>
<label for="Apellidos">Apellidos</label><br><br>
<input type="text" name="Apellidos" id="Apellidos" placeholder="Escribe tus apellidos"><br><br><br>
<label for="num">Número télefonico</label><br><br>
<input type="tel" id="num" name="num" placeholder="123 456 7890" pattern="[0-9]{3} [0-9]{3} [0-9]{4}" required><br><br><br>
<label for="correo">Correo electrónico</label><br><br>
<input type="email" id="correo" name="correo" placeholder="[email protected]"><br><br><br>
<label for="desc">Descripción del pastel </label><br><br>
<textarea name="desc" id="desc" placeholder="Describe detalladamente cómo quieres tu pastel"></textarea><br><br>
</form>
</nav>
</article>
</section>
<footer>
<p>This product is protected by copyright and distributed under licenses restricting copying, distribution, and decompilation.</p>
</footer>
</body>
</html>