css 中心导航菜单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 中心导航菜单相关的知识,希望对你有一定的参考价值。

/* To center Primary and Secondary Navigation */
 
.nav-primary,
.nav-secondary {
    text-align: center;
}

/* In Prose: */

#nav ul, #subnav ul {
    float: none;
    width: auto;
    display: table;
    margin: 0 auto;
}

以上是关于css 中心导航菜单的主要内容,如果未能解决你的问题,请参考以下文章

如何将导航栏与css对齐

CSS:flexbox的第一个孩子向左并休息到中心[重复]

Bootstrap 导航栏中的中心菜单项

如何使用 CSS 或 HTML 居中导航栏?

中间带徽标的水平导航

css 实现导航菜单