Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,30 @@
1
+<section id="bordered-pulled">
2
+  <h2 class="page-header">
3
+    Bordered &amp; Pulled Icons
4
+    <div class="pull-right text-default margin-top padding-top-sm hidden-xs">
5
+      <a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/less/bordered-pulled.less" class="text-muted padding-right">View LESS</a>
6
+      <a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/scss/_bordered-pulled.scss" class="text-muted">View SASS</a>
7
+    </div>
8
+  </h2>
9
+  <div class="row">
10
+    <div class="col-md-3 col-sm-4">
11
+      <p>
12
+        <i class="fa fa-quote-left fa-3x fa-pull-left fa-border" aria-hidden="true"></i>
13
+        &hellip;tomorrow we will run faster, stretch out our arms farther&hellip; And then one fine morning&mdash;
14
+        So we beat on, boats against the current, borne back ceaselessly into the past.
15
+      </p>
16
+    </div>
17
+    <div class="col-md-9 col-sm-8">
18
+      <p>
19
+        Use <code>fa-border</code> and <code>fa-pull-right</code> or <code>fa-pull-left</code> for easy pull quotes or
20
+        article icons.
21
+      </p>
22
+{% highlight html %}
23
+<i class="fa fa-quote-left fa-3x fa-pull-left fa-border" aria-hidden="true"></i>
24
+...tomorrow we will run faster, stretch out our arms farther...
25
+And then one fine morning&mdash; So we beat on, boats against the
26
+current, borne back ceaselessly into the past.
27
+{% endhighlight %}
28
+    </div>
29
+  </div>
30
+</section>