How to centrally align a float: left ul/li navigation menu with css?

后端 未结 10 1190
深忆病人
深忆病人 2020-12-28 14:57

So I have the following CSS in place to display a horizontal navigation bar using:

.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.naviga         


        
10条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-28 15:18

    If you want to keep using your floated LI in your code, you can use this:

    JSFiddle: https://jsfiddle.net/Lvujttw3/

    
    
    
    

提交回复
热议问题