actualizacion 5mayo

This commit is contained in:
el_diego 2023-05-05 13:06:24 -04:00
parent afcc3d62c7
commit 908cb9b505

View File

@ -1,40 +1,82 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="es"> <html lang="es">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<title>Productos en venta</title> <title>Productos en venta</title>
</head> </head>
<body> <body>
<style> <style>
body { body {
background-color: #ffffff; background-color: #ffffff;
} }
.logo-container { .logo-container {
display: flex; display: flex;
} }
</style> p {
<div class="logo-container"> font-size: 26px;
<img src="img/logosalaudio.jpg" alt="Logo institucional"style="max-width: 60px; max-height: 60px;"> font-weight: bold;
<img src="img/logodevfzn.png" alt="Logo institucional" style="max-width: 60px; max-height: 60px;"> }
</div> h4 {
<h1>VENTA DE AUDIO Y TECNOLOGIA</h1> font-size: 22px;
<ul> font-weight: bold;
<li> }
<h4>Pedal de distorsión HARDWIRE 100.000 clp</h4>
<img src="img/pedal_hardwire.jpg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;"> </style>
<p>aqui una descripción</p> <div class="logo-container">
</li> <img src="img/logosalaudio.jpg" alt="Logo institucional"style="max-width: 60px; max-height: 60px;">
<li> <img src="img/logodevfzn.png" alt="Logo institucional" style="max-width: 60px; max-height: 60px;">
<h4>Pedal Compression Sustainer CS-3 de BOSS 70.000 clp</h4> </div>
<img src="img/pedal_bosscs3.jpeg" alt="Imagen 2" style="max-width: 600px; max-height: 400px;"> <h1>VENTA DE AUDIO Y TECNOLOGIA</h1>
<p>aqui una descripción</p> <ul>
</li> <li>
<li> <h4>Juego de CUERDAS para Guitarra Electrica</h4>
<h4>Este es el cuadro de texto para la imagen 3</h4> <img src="img/gtr_cuerdas.jpeg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
<img src="imagen3.jpg" alt="Imagen 3" style="max-width: 600px; max-height: 400px;"> <p>$8.000</p>
<p>aqui una descripción</p> </li>
</li> <li>
</ul> <h4>Pedal de distorsión HARDWIRE TL-2</h4>
</body> <div class="masdeunafoto">
</html> <img src="img/pedal_hardwire.jpg" alt="Imagen 1" style="max-width: 600px; max-height: 400px;">
<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</h4>
<div class="masdeunafoto">
<img src="img/pedal_bosscs3.jpeg" alt="Imagen 2" style="max-width: 600px; max-height: 400px;">
<img src="img/pedal_bosscs31.jpeg" alt="Imagen 2" style="max-width: 600px; max-height: 400px;">
<p>$70.000</p>
</li>
<li>
<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>