aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/src/_includes/examples/custom.html
blob: dfad1900c02843f92d9da0ffb68fc2975f9f4621 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<section id="custom">
  <h2 class="page-header">Custom CSS</h2>
  <div class="row">
    <div class="span3">
      <p>Anything you can do with CSS font styles, you can do with Font Awesome.</p>
    </div>
    <div class="span9">
      <p>Star Ratings (inspired by <a href="http://css-tricks.com/star-ratings/" target="_blank">CSS Tricks</a>)</p>
      <div class="well">
        <span class="rating">
          <span class="star"></span><span class="star"></span><span class="star"></span><span class="star"></span><span class="star"></span>
        </span>
      </div>
    </div>
  </div>
</section>