我正在设计我的页面,但我在对齐页眉时遇到了麻烦。正如你在这里看到的:
我希望“添加”与员工列表保持一致。我该怎么做?
顺便说一下,这是 html 代码:我使用过bootstrap。但是原生 css 建议还是不错的。
<div class="title">
<h4>Employee list</h4>
<span class="pull-right">Add</span>
</div>
谢谢