Hello, I currently have two tables with different content and I am looking to align the vertical lines between them. You can view my code here.
I want to ensure that the vertical line alignment between the two tables looks consistent. Here is my current CSS:
table,
th,
td {
border: 1px solid black;
}
However, when I add text to the tables, the alignment of the vertical lines gets disrupted. Can you please advise me on how I can improve this?
Month | Savings |
---|---|
January | $100 |
February | $80 |
Monthasnsandf | Savings |
---|---|
Januarydfsadfas | $100 |
Februarydfsadfsafa | $80 |