Profile or user pictures in a standalone, list of tabular format.

User Name

Simple Avatar

User Name

Avatar circled

User Name

Avatar circled and bordered

<!-- add width and height values to set dimensions  -->

<div class="app-avatar" style="width: 120px; height: 120px;">
	<img src="../images/unknown_user.jpg" alt="User Name">
</div>

<div class="app-avatar is--circled" style="width: 120px; height: 120px;">
	<img src="../images/unknown_user.jpg" alt="User Name">
</div>


<div class="app-avatar is--circled is--bordered" 
style="width: 120px; height: 120px;">
	<img src="../images/unknown_user.jpg" alt="User Name">
</div>