summaryrefslogtreecommitdiff
path: root/bower_components/font-awesome/src/_includes/examples/inline.html
blob: 93f302458697b5ca49c4ed7e55a48587d0cc6379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<section id="inline">
  <h2 class="page-header">Inline Icons</h2>
  <div class="row">
    <div class="col-md-3 col-sm-4">
      <p>
        <i class="fa fa-camera-retro"></i> fa-camera-retro
      </p>
    </div>
    <div class="col-md-9 col-sm-8">
      <p>Place Font Awesome icons just about anywhere with the <code>&lt;i&gt;</code> tag.</p>
{% highlight html %}
<i class="fa fa-camera-retro"></i> fa-camera-retro
{% endhighlight %}
      <div class="alert alert-success"><i class="fa fa-info-circle"></i> Icon classes are echoed via CSS :before.</div>
    </div>
  </div>
</section>