<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
</head> <body>
<div class="container">
<h2>Road Glyph</h2>
<p>Road icon: <span class="glyphicon glyphicon-road"></span></p>
<p>Road icon as a link:
<a href="#">
<span class="glyphicon glyphicon-road"></span>
</a>
</p>
<p>Road icon on a button:
<button type="button" class="btn btn-default btn-sm">
<span class="glyphicon glyphicon-road"></span> Road
</button>
</p>
<p>Road icon on a styled link button:
<a href="#" class="btn btn-info btn-lg">
<span class="glyphicon glyphicon-road"></span> Road
</a>
</p>
</div> <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body> </html>

最新文章

  1. js_事件委托
  2. 零基础如何学习java更有效呢?
  3. asp.net mvc 中 一种简单的 URL 重写
  4. MariaDB 多主一从 搭建测试
  5. Program.cs
  6. JavaScript中的Array
  7. netty Failed to submit an exceptionCaught() event异常
  8. Java Hour 36 Weathre ( 9 ) struts2 &ndash; exception
  9. Android修改system只读权限
  10. 你今天Python了吗?(上)
  11. identifier not found error on function call
  12. 通过cocos2d-x的CCGLProgram和CCShaderCache的实现来分析OpenGL ES中的Shader编程
  13. discuz, 使用同一数据库, 只是换个环境, 数据就不一样了
  14. haproxy-代码阅读-内存管理
  15. 列表的系列操作(python)
  16. phpmailer发送邮件服务
  17. Ubuntu - apt -commands
  18. release git tag easy use
  19. java 三大框架 struct2部分 实现增删该查操作
  20. item style edit in sharepoint 2013

热门文章

  1. python打印日志log
  2. [POI 2014]PTA-Little Bird
  3. [USACO 08MAR]土地购买
  4. JavaScript一个简单的图片切换布局
  5. AtCoder agc007_d Shik and Game
  6. SpringBoot 集成Spring JDBC
  7. 本周总结(19年暑假)—— Part4
  8. 最新获取SkyDrive音乐外链mp3地址方法20131003
  9. linux下的文件操作
  10. 吴裕雄 Bootstrap 前端框架开发——Bootstrap 按钮:按钮大小