I am trying to create a footer with a specific layout that consists of item titles and images. The design I have in mind includes three columns, where the middle one is larger than the sides. The middle column should be 550px wide, while the side columns should be 225px each. The top title needs to be centered within the middle column, while the items below are displayed in two columns.
Additionally, I want the footer to have some styling elements such as separating lines between blocks and above and below the content. The fixed width of the footer will be set at 900px, but I plan to use a different design for smaller screens or mobile devices.
As someone new to coding, I'm unsure whether I should use nested ULs or a table to achieve this layout. Any guidance on the best approach would be greatly appreciated. Thank you!