Putting icons with Font Awesome with a border
An example of putting icons with Font Awesome with a border.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<p>Icon -
<i class="fa fa-dollar fa-border fa-2x"></i>
</p>
</body>
</html>