<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<h3>How to use font awesome icons cdn</h3>
<div><i class="fa fa-envelope"></i> - envelope icon</div>
<div> <i class="fa fa-phone"></i> - phone icon</div>
<div> <i class="fa fa-search"></i> - search icon</div>
<div><i class="fa fa-shopping-cart"></i> - shopping cart icon</div>
<div> <i class="fa fa-user"></i> - user icon</div>
<div> <i class="fa fa-heart"></i> - heart icon</div>
<div><i class="fa fa-play"></i> - play icon</div>
<div> <i class="fa fa-cog"></i> - cog/gear icon</div>
<div><i class="fa fa-trash"></i> - trash icon</div>
<div> <i class="fa fa-check"></i> - checkmark icon</div>
/* set the font-size of all icons to 24px */
/* add some margin to the left of the icon elements */
/* style the text in the div elements */
/* change the color of the envelope icon to red */
/* change the color of the phone icon to green */
/* change the color of the search icon to blue */
/* change the color of the shopping cart icon to orange */
/* change the color of the user icon to purple */
/* change the color of the heart icon to pink */
/* change the color of the play icon to black */
/* change the color of the cog/gear icon to gray */
/* change the color of the trash icon to brown */
/* change the color of the checkmark icon to teal */