1
vote
0answers
411 views

Horizontally Scrolling Layouts with Flexbox + Columns

Anyone want to help me debug a little experiment I'm working on. I want to use flexbox/multicolumn layout to get a layout similar to what you see in many Windows 8 news app, where the article(s) are ...
1
vote
2answers
3k views

Simple 2-column navigation with CSS and a single list?

I am looking to make a two-column navigation bar by using a single <ul> with six <li> items: <nav> <ul> <li>Home</li> <li>About</li> ...
1
vote
2answers
1k views

Evenly spaced fixed-width columns - in a responsive setting

I'm trying to create some evenly spaced columns (an ol), with the columns themselves being fixed width. So far, I've managed to achieve the desired effect by using table layout, and nesting an ...