How I can center a menu bar with ul

后端 未结 3 1324
孤街浪徒
孤街浪徒 2020-12-12 04:20

I have a simple menu bar inside a div and I can center the div but I want to center the menu bar inside the div.

This is the code:

CSS:

3条回答
  •  轮回少年
    2020-12-12 04:44

    Could very well be that the width you're trying to set is too big? http://jsfiddle.net/As98Q/

    width: 550px;
    

提交回复
热议问题