Top 9 Websites using ICON-CODE-FORK
TE Bilişim ° Haber Yazılımı ° Haber Scripti
Cosmopolitan España: moda, belleza, salud, amor y sexo, lifestyle.
International Student & Study Abroad Resource Center
Free Shopping Cart Application and Open Source Ecommerce Solution
AstroBin | AstroBin
Piscine, Spa et Piscine hors sol : materiels, accessoires, produits | Piscine Clic - Piscine Clic
Digital Marketing Agency Bangalore | Online Marketing Company
Variant4 - Email Service Provider
Automation training PLC training Instrumentation Embedded CAD MEP training India Cochin Courses Chennai Mumbai

icon-code-fork

Place Font Awesome icons just about anywhere with the <i> tag.

<i class=" icon-code-fork"></i> icon-code-fork
Icon classes are echoed via CSS :before.

icon-code-fork

icon-code-fork

icon-code-fork

icon-code-fork

To increase icon sizes relative to their container, use the icon-large (33% increase), icon-2x, icon-3x, icon-4x, or icon-5x classes.

<p><i class=" icon-code-fork icon-large"></i> icon-code-fork</p>
<p><i class=" icon-code-fork icon-2x"></i> icon-code-fork</p>
<p><i class=" icon-code-fork icon-3x"></i> icon-code-fork</p>
<p><i class=" icon-code-fork icon-4x"></i> icon-code-fork</p>
If your icons are getting chopped off on top and bottom, make sure you have sufficient line-height.
  • Font Awesome icon can be used
  • to easily replace lists

Use icon-ul and icon-li to easily replace default bullets in unordered lists.

<ul class="icon-ul">
  <li><i class="icon-li  icon-code-fork"></i>Font Awesome icon can be used</li>
  <li><i class="icon-li  icon-code-fork icon-spin"></i>to easily replace lists</li>
</ul>

Use a few styles together and you'll have easy pull quotes or a great introductory article icon.

Use icon-border and pull-right or pull-left for easy pull quotes or article graphics.

<i class=" icon-code-fork icon-2x pull-left icon-border"></i>
Use a few styles together and you'll have easy pull quotes or a great introductory article icon.

  normal
  icon-rotate-90
  icon-rotate-180
  icon-rotate-270
  icon-flip-horizontal
  icon-flip-vertical

To arbitrarily rotate and flip icons, use the icon-rotate-* and icon-flip-* classes.

<i class=" icon-code-fork"></i>  normal<br>
<i class=" icon-code-fork icon-rotate-90"></i>  icon-rotate-90<br>
<i class=" icon-code-fork icon-rotate-180"></i>  icon-rotate-180<br>
<i class=" icon-code-fork icon-rotate-270"></i>  icon-rotate-270<br>
<i class=" icon-code-fork icon-flip-horizontal"></i>  icon-flip-horizontal<br>
<i class=" icon-code-fork icon-flip-vertical"></i>  icon-flip-vertical

Use the icon-spin class to get any icon to rotate.

<i class=" icon-code-fork icon-2x icon-spin"></i>
<i class=" icon-code-fork icon-3x icon-spin"></i>
<i class=" icon-code-fork icon-4x icon-spin"></i>

CSS3 animations aren't supported in IE8 - IE9.

icon-code-fork on icon-check-empty
icon-code-fork on icon-circle
icon-code-forkl on icon-sign-blank
icon-ban-circle on icon-code-fork

To stack multiple icons, use the icon-stack class on the parent, the icon-light for the regularly sized icon, and icon-stack-base for the larger icon. icon-light can be used as an alternative icon color. You can even throw larger icon classes on the parent to get further control of sizing.

<span class="icon-stack">
  <i class=" icon-check-empty icon-stack-base"></i>
  <i class=" icon-code-fork "></i>
</span>
icon-code-fork on icon-check-empty<br>
<span class="icon-stack">
  <i class=" icon-circle icon-stack-base"></i>
  <i class=" icon-code-fork icon-light"></i>
</span>
icon-code-fork on icon-circle<br>
<span class="icon-stack">
  <i class=" icon-sign-blank icon-stack-base"></i>
  <i class=" icon-code-fork icon-light "></i>
</span>
icon-code-fork on icon-sign-blank<br>
<span class="icon-stack">
  <i class=" icon-code-fork icon-light"></i>
  <i class=" icon-ban-circle icon-stack-base text-error"></i>
</span>
icon-ban-circle on icon-code-fork