Avatar
Avatars are images that users can set as their profile picture. They
can be custom photos, uploaded by users, or generated as Identicons
as a placeholder.
Basic Example
Add .avatar class to any
<img> to make it an avatar.
< img src="../../img_source" class="avatar" >
Squared Avatar
Add .avatar-sq class to any
<img> to make it an avatar with
squared-off edges.
< img src="../../img_source" class="avatar-sq" >
Medium-Sized Avatar
Add .avatar-md class to any
<img> to make it a size bigger
than the basic avatars.
< img src="../../img_source" class="avatar-sq avatar-md" >
Large Avatar
Add .avatar-lg class to any
<img> to make it's size larger for
large screens.
< img src="../../img_source" class="avatar avatar-lg" >
