Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <h2>
  2. <i style="color: rgb(102, 149, 45); vertical-align: inherit;" class="fa fa-gear"></i>
  3. Performance
  4. </h2>
  5.  
  6. h2.Geared:before{
  7. display: inline-block;
  8. color: rgb(102, 149, 45);
  9. font-family: "FontAwesome";
  10. content: "f013"; /*The actual character FontAwesome uses */
  11. }
  12.  
  13. <h2 class="Geared">This text will have the gear</h2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement