top of page

Name :

Dhruva Pathak

Phone Number :

1234567889

Company :

Test

Email :

Date & Time :

27 grudnia 2021 04:34:53

Product :

<!DOCTYPE html>
<html>
<head>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}

td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}

tr:nth-child(even) {
background-color: #dddddd;
}
</style>
</head>
<body>

<h2>Order summary</h2>

<table>
<tr>
<th>Unit</th>
<th>Item</th>
<th>Quantity</th>
<th>Price</th>
</tr><tr>
<tr>
<td>1</td>
<td>Dettol Kitchen Spray Cleaner 400mL [6 pieces/box]</td>
<td>11111</td>
<td>$131998</td>
</tr><tr>
<td class="thick-line"></td>
<td class="thick-line"></td>
<td class="thick-line text-center"><strong>Total Price</strong></td>
<td class="thick-line text-right">$131998</td>
</tr>
</table>

</body>
</html>

bottom of page