actualizacion 5mayo
This commit is contained in:
parent
afcc3d62c7
commit
908cb9b505
56
index.html
56
index.html
@ -13,6 +13,15 @@
|
||||
.logo-container {
|
||||
display: flex;
|
||||
}
|
||||
p {
|
||||
font-size: 26px;
|
||||
font-weight: bold;
|
||||
}
|
||||
h4 {
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
</style>
|
||||
<div class="logo-container">
|
||||
<img src="img/logosalaudio.jpg" alt="Logo institucional"style="max-width: 60px; max-height: 60px;">
|
||||
@ -20,21 +29,54 @@
|
||||
</div>
|
||||
<h1>VENTA DE AUDIO Y TECNOLOGIA</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<h4>Juego de CUERDAS para Guitarra Electrica</h4>
|
||||
<img src="img/gtr_cuerdas.jpeg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
|
||||
<p>$8.000</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>Pedal de distorsión HARDWIRE 100.000 clp</h4>
|
||||
<h4>Pedal de distorsión HARDWIRE TL-2</h4>
|
||||
<div class="masdeunafoto">
|
||||
<img src="img/pedal_hardwire.jpg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
|
||||
<p>aqui una descripción</p>
|
||||
<img src="img/pedal_hardwire1.jpeg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
|
||||
|
||||
<p>$100.000</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>Pedal de distorsión METAL MUFF de electro-harmonix</h4>
|
||||
<div class="masdeunafoto">
|
||||
<img src="img/pedal_metalmuff1.jpg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
|
||||
<img src="img/pedal_metalmuff.jpg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
|
||||
|
||||
<p>$80.000</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>Pedal Compression Sustainer CS-3 de BOSS 70.000 clp</h4>
|
||||
<h4>Pedal Compression Sustainer CS-3 de BOSS</h4>
|
||||
<div class="masdeunafoto">
|
||||
<img src="img/pedal_bosscs3.jpeg" alt="Imagen 2" style="max-width: 600px; max-height: 400px;">
|
||||
<p>aqui una descripción</p>
|
||||
<img src="img/pedal_bosscs31.jpeg" alt="Imagen 2" style="max-width: 600px; max-height: 400px;">
|
||||
<p>$70.000</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>Este es el cuadro de texto para la imagen 3</h4>
|
||||
<img src="imagen3.jpg" alt="Imagen 3" style="max-width: 600px; max-height: 400px;">
|
||||
<p>aqui una descripción</p>
|
||||
<h4>CLUTCH para Hi-Hat</h4>
|
||||
<img src="img/bateria_clutchverde.jpeg" alt="Imagen 3" style="max-width: 600px; max-height: 400px;">
|
||||
<p>$15.000</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>ESPONJAS y BUJES</h4>
|
||||
<div class="masdeunafoto">
|
||||
<img src="img/bateria_esponjabujepromo.jpeg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
|
||||
<img src="img/bateria_esponjas.jpeg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
|
||||
<p>$2.000 cada ESPONJA <br> $2.000 cada BUJE <br> $5.000 PACK 2 ESPONJAS y 1 BUJE</p>
|
||||
</li>
|
||||
<li>
|
||||
<h4>CHYNA ZILDJIAN ZBT 18''</h4>
|
||||
<div class="masdeunafoto">
|
||||
<img src="img/chyna_zjn1.jpg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
|
||||
<img src="img/chyna_zjn.jpg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
|
||||
<p>$70.000</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user