-
Notifications
You must be signed in to change notification settings - Fork 0
/
venta_de_motos_mejorado.html
167 lines (156 loc) · 5.34 KB
/
venta_de_motos_mejorado.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Tienda de motos, las mejores marcas y modelos a tu disposición.">
<title>Venta de Motos</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #222;
color: #fff;
padding: 20px 0;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
nav {
background-color: #444;
padding: 15px;
text-align: center;
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 15px;
font-size: 18px;
transition: color 0.3s ease;
}
nav a:hover {
color: #ffa500;
}
section {
padding: 40px;
text-align: center;
background-color: #fff;
margin: 20px 0;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h2 {
color: #333;
}
.motos {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 20px;
}
.moto {
border: 1px solid #ddd;
border-radius: 10px;
background-color: #fff;
padding: 20px;
width: 300px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.moto img {
width: 100%;
border-radius: 10px;
height: auto;
}
.moto:hover {
transform: scale(1.05);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
footer {
background-color: #222;
color: #fff;
text-align: center;
padding: 20px;
margin-top: 40px;
position: relative;
bottom: 0;
width: 100%;
}
button {
background-color: #ffa500;
color: #fff;
border: none;
padding: 10px 40px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #e69500;
}
</style>
<meta name="generator" content="Editor HTML v0.0.1.7 - www.editorhtml.tk" /><meta name="generator" content="Editor HTML v0.0.1.7 - www.editorhtml.tk" /><meta name="generator" content="Editor HTML v0.0.1.7 - www.editorhtml.tk" /></head>
<body>
<header>
<h1>Tienda de Venta de Motos</h1>
</header>
<nav>
<a href="#home">Inicio</a>
<a href="#motos">Motos</a>
<a href="#contacto">Contacto</a>
<a href="#sobre-nosotros">Sobre Nosotros</a>
</nav>
<section id="home">
<h2>Bienvenido a la mejor tienda de motos de todo el distrito</h2>
<p>Encuentra las mejores marcas y modelos de motos a precios competitivos. ¡Aprovecha nuestras ofertas!</p>
<button>Ver Ofertas</button>
</section>
<section id="motos">
<h2>Nuestros Modelos Destacados</h2>
<div class="moto">
<div class="moto">
<img src="ANDERR.jpg" width="400" height="400"/>"
<h3>Moto Deportiva 1</h3>
<p>Precio: $8,000</p>
<p>Diseño aerodinámico y potente motor para amantes de la velocidad.</p>
<button>Comprar Ahora</button>
</div>
<div class="moto">
<img src="MT1.jpg" width="400" height="400"/>
<h3>Moto CCR2 </h3>
<p>Precio: $9,500</p>
<p>Comodidad y estilo para recorrer largas distancias con elegancia.</p>
<button>Comprar Ahora</button>
</div>
<div class="moto">
<img src="mt3.jpg" width="400" height="400"/>
<h3>Moto Eléctrica 3</h3>
<h3>Moto CR1 </h3>
<p>Precio: $7,200</p>
<p>Eficiencia ecológica y bajos costos de mantenimiento.</p>
<button>Comprar Ahora</button>
</div>
</div>
</section>
<section id="contacto">
<h2>Contacto</h2>
<p>Teléfono: +503 6961 2433</p>
<p>Email: info@andersson.com</p>
<button>Contáctanos</button>
</section>
<section id="sobre-nosotros">
<h2>Sobre Nosotros</h2>
<p>Somos una tienda especializada en la venta de motos de alta calidad. Con años de experiencia en el sector, ofrecemos a nuestros clientes los mejores productos y servicios.</p>
</section>
<footer>
<p>© 2024 Tienda de Motos. Todos los derechos reservados.</p>
</footer>
<img src="ANDERR.jpg" width="400" height="400"/>
<img src="ANDERR.jpg" width="400" height="300"/>
<video width="500" height="400" controls>
<source src="MT.mp4" type="video/mp4">
</video>
</body>
</html>