Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Can somebody help me create this unordered listt? Reply To: Can somebody help me create this unordered listt?

#210630
bearhead
Participant

here is one way you could do it without tables if you need a more flexible layout:
http://codepen.io/kvana/pen/wKYKxa

It relies on calc: though…

Flex box could also be an option…