我以前看过这里,但没有任何效果。我正在使用我认为相对闻所未闻的 Bulma 框架,但我希望你能帮助我将品牌链接集中在导航栏上。这就是我现在拥有的:
.navbar {
background-color: #0a0a0a;
color: white;
height: 9%;
}
.navbar .navbar-brand > .navbar-item,
.navbar .navbar-brand .navbar-link {
color: white;
font-family: 'Wavehaus';
}
我在 Codepen 上有一个链接,以便将其可视化:
https://codepen.io/anon/pen/BwrWwg
请注意,字体不会显示。