css alignment question

后端 未结 4 1601
一整个雨季
一整个雨季 2020-12-20 07:47

I\'m having trouble with getting unordered lists aligned how I want them to. Here\'s an image of what I\'m looking to achieve. How can I get it to look like the version on t

4条回答
  •  生来不讨喜
    2020-12-20 08:16

    Try putting the two left lists in a div and float that div left. Then float the remaining div right.

    You will have to wrap them all in one containing div otherwise the rightmost div will fly off to the edge of the page.

提交回复
热议问题