I am working with an unordered list where each list element contains two spans: span A and span B. My goal is to style these elements so that they are displayed horizontally on the screen, with span A above span B in each set.
Example:
spanAItem1 spanAItem2 spanAItem3
spanBItem1 spanBItem2 spanBItem3
What innovative CSS techniques can I use to achieve this layout?