如何在twitter bootstrap 3.0(而非2.3.x)中制作更大的Glyphicons.
这段代码会让我的glyphicons变大:
<button type="button" class="btn btn-default btn-lg">
<span class="glyphicon glyphicon-th-list">
</span>
</button>
Run Code Online (Sandbox Code Playgroud)
如果在仅使用跨度时不使用btn-lg类,如何获得此大小?
这给出了一个小的glyphicon:
<span class="glyphicon glyphicon-link"></span>
Run Code Online (Sandbox Code Playgroud) 我是网络开发的初学者,我最近开始使用Twitter Bootstrap,我知道它使用了我已经知道如何使用的Glyphicons.但我也遇到了Font Awesome,它说它是为Bootstrap而构建的.
两者有什么不同?我的意思是另一个替代?或者你应该在不同的地方使用它们?