I seem to be encountering an issue with the alignment of text in my table. It appears that there are differences in content among the columns, causing the misalignment. I have tried adding white-space within each table, but it doesn't solve the problem.
If you'd like to take a look, here's a link to the fiddle.
EDIT: Apologies for omitting details earlier. Thanks to ddenhartog for pointing that out!
Specifically, the text in my left column starts lower on the page compared to the middle column, which aligns perfectly with the start of the table. The right-most column appears somewhere between the left and center columns. My goal is to have all columns aligned at the same starting position, from the beginning of each column.
I hope this explanation clarifies things! The fiddle provides a better visual representation.
Here is the HTML code:
[HTML CODE HERE]
And here's my CSS:
[CSS CODE HERE]
Thank you for your assistance!