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?

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #210619
    mikelf
    Participant

    I want to create a list which looks exactly like this one
    http://i.imgur.com/ifBbaMe.png
    Could somebody help me make it?

    #210620
    Senff
    Participant

    I’m sure someone could, but it would be better if you give it a go yourself first, and then ask us to help out with specifics when you run into trouble with anything.

    #210621
    mikelf
    Participant

    i get stuck at aligning the text ._.

    #210623
    Paulie_D
    Member

    Frankly it look a lot like a table might be a better option.

    #210625
    mikelf
    Participant

    why?

    #210626
    Senff
    Participant

    A table would be a better option because it LOOKS like a table. It’s tabular data.

    But, whatever you have so far, please share with us on codepen.io or somewhere else. That way, we can actually see what you’ve done (and how you’ve done it), and that will help us to see what you can do to move on.

    #210627
    mikelf
    Participant
    #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…

    #210632
    Paulie_D
    Member

    Flexbox would be easiest I suspect.

    I may have a play later but it’s been a long day and I needs me beauty sleep.

    Not that it’s done me any good in the past. :-(

    #210633
    Alen
    Participant
Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘CSS’ is closed to new topics and replies.