mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-03 07:09:15 +08:00
25 lines
936 B
HTML
25 lines
936 B
HTML
<section id="bordered-pulled">
|
|
<h2 class="page-header">Bordered & Pulled Icons</h2>
|
|
<div class="row">
|
|
<div class="col-md-3 col-sm-4">
|
|
<p>
|
|
<i class="fa fa-quote-left fa-3x pull-left fa-border"></i>
|
|
…tomorrow we will run faster, stretch out our arms farther… And then one fine morning—
|
|
So we beat on, boats against the current, borne back ceaselessly into the past.
|
|
</p>
|
|
</div>
|
|
<div class="col-md-9 col-sm-8">
|
|
<p>
|
|
Use <code>fa-border</code> and <code>pull-right</code> or <code>pull-left</code> for easy pull quotes or
|
|
article icons.
|
|
</p>
|
|
{% highlight html %}
|
|
<i class="fa fa-quote-left fa-3x pull-left fa-border"></i>
|
|
...tomorrow we will run faster, stretch out our arms farther...
|
|
And then one fine morning— So we beat on, boats against the
|
|
current, borne back ceaselessly into the past.
|
|
{% endhighlight %}
|
|
</div>
|
|
</div>
|
|
</section>
|