我正在使用Semantic UI
构建UI,并且正在寻找一种使品牌商品中心对齐的方法。
<div class="ui top fixed menu">
<a class="item launch button">
<i class="sidebar icon"></i> Menu
</a>
<div class="ui item">
Brand name
</div>
<a class="item right floated">
<i class="power off icon"></i> Logout
</a>
</div>
上面的代码有效,但是有没有办法使“品牌名称” item
与中心对齐?
Semantic UI
的新手,所以不知道是否存在任何选项。