<table >
<tbody>
<tr>
<th colspan="1">FrisBar:</th>
<th > <p style="color:#111;">00</p> </th>
</tr>
<tr>
<td><p>Totaal:</p></td>
<td><p id="FrisBarTot1">0</p></td>
</tr>
<tr>
<td><p>Kratjes:</p></td>
<td><p id="FrisBarKrat1">0</p></td>
</tr>
<tr>
<td><p>Overige:</p></td>
<td><p id="FrisBarOver1">0</p></td>
</tr>
</tbody>
</table>
The alignment of the "Totaal" and "Kratjes" sections is correct, but the "Overige" section is not aligning as desired. Can anyone provide a solution to this issue?
Edit:
Using a table has resolved the alignment issue, and adjusting the "00" values has ensured consistency in size and spacing for the numbers. Thank you to everyone who assisted me with this matter!