<!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>Off Glyph</h2>
<p>Off icon: <span class="glyphicon glyphicon-off"></span></p>
<p>Off icon as a link:
<a href="#">
<span class="glyphicon glyphicon-off"></span>
</a>
</p>
<p>Off icon on a button:
<button type="button" class="btn btn-default btn-sm">
<span class="glyphicon glyphicon-off"></span> Off
</button>
</p>
<p>Off icon on a styled link button:
<a href="#" class="btn btn-info btn-lg">
<span class="glyphicon glyphicon-off"></span> Off
</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代码判断IE6,IE7,IE8,IE9!
  2. The Engine Document of JustWeEngine
  3. windows下hla编译环境配置(转)_1
  4. C#winform中DataGridView常用的属性
  5. Android开发性能优化大总结
  6. C#4.0中var和dynamic的区别
  7. IFields Interface 定义一个字段集合对象
  8. Extjs4中的布局
  9. ASP.NET Core中的缓存[1]:如何在一个ASP.NET Core应用中使用缓存
  10. Android官方命令深入分析之Device Monitor
  11. SNMP扫描
  12. 使用docker查看jvm状态,在docker中使用jmap,jstat
  13. Linux集锦
  14. PHP 换行符 PHP_EOL
  15. iTerm2连接远程-中文乱码问题
  16. MySql SqlServer Sqlite中关于索引的创建
  17. bzoj 1096 仓库建设 -斜率优化
  18. (匹配 二维建图) Antenna Placement --POJ --3020
  19. Docker 网络模式和跨主机通信
  20. [JSOI2007]建筑抢修——贪心反悔堆

热门文章

  1. 【剑指Offer面试编程题】 题目1350:二叉树的深度--九度OJ
  2. c++模板(翁恺c++公开课[34-35]学习笔记)
  3. 树莓派4B踩坑指南 - (3)无显示器连接
  4. 随机游走模型(Random Walk)
  5. super与this无法用在static方法中
  6. .Net后台实现微信小程序支付
  7. MySQL必知必会(1-8)章
  8. 阿里云CentOS安装图形化界面
  9. 十五 链表与递归,leetCode203题
  10. SystemVerilog Assertion 设计、调试、测试总结(3)