Home › Forums › CSS › Can somebody help me create this unordered listt? › Reply To: Can somebody help me create this unordered listt?
November 6, 2015 at 3:47 pm
#210630
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…