.text-hide类或mixin用于将元素的文本内容替换为背景图像。
【bootstrap图像替换】句法:
<
h1 class="text-hide">Custom heading<
/h1>
// Usage as a mixin
.heading {
@include text-hide;
}
推荐阅读
- bootstrap invisible内容
- bootstrap display属性
- bootstrap的颜色
- bootstrap关闭图标
- bootstrap clearfix用法
- bootstrap border边界
- bootstrap scrollspy用法
- bootstrap弹窗popover
- bootstrap modal模态框