commit3
This commit is contained in:
@@ -43,6 +43,25 @@
|
||||
<i class="fa-solid fa-arrow-up"></i>
|
||||
</button>
|
||||
|
||||
|
||||
<div class="cestaCompra" id="contenedorCesta">
|
||||
<figure class="img-carrito">
|
||||
<img src="../RECURSOS/Logo/fotoCarrito.png" alt="">
|
||||
</figure>
|
||||
|
||||
<div class="desplegable-carrito">
|
||||
<p class="text-right">Total: <span id="total"></span>€</p>
|
||||
<button id="boton-vaciar" class="botonVaciar" onclick="eliminarCesta()">Vaciar</button>
|
||||
<button id="boton-tramitar" class="botonVaciar" onclick="tramitarPedido()">Tramitar</button>
|
||||
|
||||
|
||||
|
||||
<ul id="carrito" class="listaCarrito">
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<section class="art-inicio-eventos">
|
||||
<h1 class="titulo-inicio" id="titulo-grande-eventos">EVENTOS</h1>
|
||||
|
||||
Reference in New Issue
Block a user