I want to create a rounded button in BS3 (a perfect circle), with a single fontawesome(4.0) icon in the center.
So far, I have the following code:
HTML:
<a href="#" class="btn btn-default"><i class="fa fa-user"></i></a>
What would the CSS markup be to make this button a perfect circle?