gpt4 book ai didi

CSS - Bootstrap navbar-header 垂直居中

转载 作者:行者123 更新时间:2023-11-28 08:33:45 25 4
gpt4 key购买 nike

如何让品牌在自定义尺寸的导航栏上垂直居中?

.navbar {
min-height: 120px;
}

.navbar-nav > li > a {
line-height: 120px;
}

http://jsfiddle.net/0tkaya44/

最佳答案

试试这个:http://jsfiddle.net/0tkaya44/1/

将此添加到您的 CSS 中:

.navbar-brand {
float: left;
height: 150px;
padding: 0 20px;
font-size: 18px;
line-height: 150px;
}

关于CSS - Bootstrap navbar-header 垂直居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28162879/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com