使用bootstrap和fontawesome

bootstrap的使用:

1、下载:

 

2、解压:

 

3、导包:

 

4、引入:

导入css:

<link rel="stylesheet" href="/static/plugins/bootstrap/css/bootstrap.css">

导入jquery和js:bootstrap必须要jquery的支持

<script src="/static/js/jquery.min.js"></script>

<script src="/static/plugins/bootstrap/js/bootstrap.js"></script>

fontawesome的使用:

1、下载:

 

2、解压:

 

3、导包:

 

4、引入:

导入css:

 

猜你喜欢

转载自www.cnblogs.com/fangsheng/p/10307961.html