HTML CSS examples for CSS Widget:Font awesome
FontAwesome paper airplane
<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>