Skip to content

Instantly share code, notes, and snippets.

<div class="grid-container">
<div class="grid-x grid-margin-x margin-vertical-2">
<div class="cell large-12">
<table>
<tbody>
<tr>
<td>Manzanas</td>
<td>5</td>
</tr>
<table id="ejemplo">
<thead>
<tr>
<th>N° Factura</th>
<th>Tipo Factura</th>
<th>Cliente</th>
<th>Efectivo</th>
<th>Credito</th>
<th>Ejecutivo/a de venta</th>
</tr>
<table>
<thead>
<tr>
<th width="350px">Producto/Servicio</th>
<th>Cantidad</th>
<th>Precio</th>
<th>Total</th>
</tr>
</thead>
<tbody>