bootstrap3
Resources
Bootstrap
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
JQuery
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.js"></script>
Font Awesome
get more icons Font Awesome
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
Bootstrap features
container
容器
<div class="container"> something </div>
jumbotron
巨幕
<div class="jumbotron"> something </div>
navbar
导航栏
grid
栏格
<div class="row">
<div class="col-lg-4 col-sm-6">
Something
</div>
</div>
thumbnail
缩略图
<div class="thumbnail">
<img src="#">
</div>
Glyphicons
一些自带的icon
<span class="glyphicon glyphicon-search" aria-hidden="true"></span>
导航栏置顶
<nav class="navbar navbar-fixed-top">sth</nav>
button
<button class="btn btn-default btn-lg">sth</button>
Last updated
Was this helpful?