bordered-pulled.html 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. <section id="bordered-pulled">
  2. <h2 class="page-header">Bordered & Pulled Icons</h2>
  3. <div class="row">
  4. <div class="col-md-3 col-sm-4">
  5. <p>
  6. Use <code>fa-border</code> and <code>pull-right</code> or <code>pull-left</code> for easy pull quotes or
  7. article graphics.
  8. </p>
  9. </div>
  10. <div class="col-md-9 col-sm-8">
  11. <div class="well well-large well-transparent">
  12. <i class="fa fa-quote-left fa-4x pull-left fa-muted"></i>
  13. Use a few of the new styles together, and you've got easy pull quotes or a great introductory article image.
  14. Or spinning icons for loading and refreshing content. Or fun big icons in multi-line buttons. You can combine all
  15. of them in any combination to get lots of new possibilities.
  16. </div>
  17. {% highlight html %}
  18. <i class="fa fa-quote-left fa-4x pull-left fa-muted"></i>
  19. Use a few of the new styles together ... lots of new possibilities.
  20. {% endhighlight %}
  21. <div class="well well-large well-transparent clearfix">
  22. <i class="fa fa-flag fa-4x pull-left fa-border"></i>
  23. Use a few of the new styles together, and you've got easy pull quotes or a great introductory article image.
  24. Or spinning icons for loading and refreshing content. Or fun big icons in multi-line buttons. You can combine all
  25. of them in any combination to get lots of new possibilities.
  26. </div>
  27. {% highlight html %}
  28. <i class="fa fa-flag fa-4x pull-left fa-border"></i>
  29. Use a few of the new styles together ... lots of new possibilities.
  30. {% endhighlight %}
  31. </div>
  32. </div>
  33. </section>