FontAwesome paper airplane - HTML CSS CSS Widget

HTML CSS examples for CSS Widget:Font awesome

Description

FontAwesome paper airplane

Demo Code

ResultView the demo in separate window

<html>
 <head> 
  <meta name="viewport" content="width=device-width, initial-scale=1"> 
  <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> 
 </head> <!--from www .  j av a  2s . co  m-->
 <body> 
  <i class="icon major fa fa-paper-plane"></i>  
 </body>
</html>

Related Tutorials