<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 first two "totaal" and "Kratjes", are working fine but the "overige" isn't aligning how I want it. Does anyone have an idea how to fix this?
Edit:
By using a table it works and making the two 00 in the makes the numbers have an equal size/space. I want to thank everyone who helped me:D