Sha256: a2b8e28bfcc8413387b1c8c87fa46d41542b63c91d92cbddac06b6c89f613065
Contents?: true
Size: 704 Bytes
Versions: 8
Compression:
Stored size: 704 Bytes
Contents
<div class="card"> <div class="card-header"> <%= fa_icon("tint") %> Headings </div> <div class="card-body"> <p> <code class="highlighter-rouge">.h1</code> through <code class="highlighter-rouge">.h6</code> classes are also available, for when you want to match the font styling of a heading but cannot use the associated HTML element. </p> <div class="bd-example"> <p class="h1">h1. Bootstrap heading</p> <p class="h2">h2. Bootstrap heading</p> <p class="h3">h3. Bootstrap heading</p> <p class="h4">h4. Bootstrap heading</p> <p class="h5">h5. Bootstrap heading</p> <p class="h6">h6. Bootstrap heading</p> </div> </div> </div>
Version data entries
8 entries across 8 versions & 1 rubygems