I'm currently working on building a table view using the ul tag in HTML. Within the link provided, I've utilized two li tags to create a two-column layout. To visually represent the spaces occupied by the li tags, column dots, and row dots, I've included two images. The necessary HTML, CSS, and image files are all provided for reference.
Attached Images
index.html -> http://pastebin.com/d8nq8pfr
style.css -> http://pastebin.com/V7iR3ZqE
Upon examining the layout generated by the files, you might notice that the second row of the table display has uneven heights. This is due to the heights coming from different ul tags.
My question is, is there a method to ensure that both heights are the same (using the highest height as the basis for consistency, of course)?