Fork-Awesome/src/_includes/examples/bordered-pulled.html

34 lines
1.5 KiB
HTML
Raw Normal View History

2013-05-09 03:24:41 +02:00
<section id="bordered-pulled">
<h2 class="page-header">Bordered & Pulled Icons</h2>
<div class="row">
2013-10-05 22:23:00 +02:00
<div class="col-md-3">
2013-05-09 03:24:41 +02:00
<p>
2013-10-01 04:07:49 +02:00
Use <code>fa-border</code> and <code>pull-right</code> or <code>pull-left</code> for easy pull quotes or
2013-05-09 03:24:41 +02:00
article graphics.
</p>
</div>
2013-10-05 22:23:00 +02:00
<div class="col-md-9">
2013-05-09 03:24:41 +02:00
<div class="well well-large well-transparent">
2013-10-01 04:07:49 +02:00
<i class="fa fa-quote-left fa-4x pull-left fa-muted"></i>
2013-05-09 03:24:41 +02:00
Use a few of the new styles together, and you've got easy pull quotes or a great introductory article image.
Or spinning icons for loading and refreshing content. Or fun big icons in multi-line buttons. You can combine all
of them in any combination to get lots of new possibilities.
</div>
{% highlight html %}
2013-10-01 04:07:49 +02:00
<i class="fa fa-quote-left fa-4x pull-left fa-muted"></i>
2013-05-09 03:24:41 +02:00
Use a few of the new styles together ... lots of new possibilities.
{% endhighlight %}
2013-06-06 16:51:33 +02:00
<div class="well well-large well-transparent clearfix">
2013-10-01 04:07:49 +02:00
<i class="fa fa-flag fa-4x pull-left fa-border"></i>
2013-05-09 03:24:41 +02:00
Use a few of the new styles together, and you've got easy pull quotes or a great introductory article image.
Or spinning icons for loading and refreshing content. Or fun big icons in multi-line buttons. You can combine all
of them in any combination to get lots of new possibilities.
</div>
{% highlight html %}
2013-10-01 04:07:49 +02:00
<i class="fa fa-flag fa-4x pull-left fa-border"></i>
2013-05-09 03:24:41 +02:00
Use a few of the new styles together ... lots of new possibilities.
{% endhighlight %}
</div>
</div>
</section>