stuartwakefield2016-styles-avatar

The styling for avatars for Stuart Wakefield 2016 website.


Keywords
css
License
MIT
Install
bower install stuartwakefield2016-styles-avatar

Documentation

Stuart Wakefield 2016 Styles Avatar

Usage:

bower install --save stuartwakefield2016-styles-avatar

Then add the stylesheet to your HTML / build:

bower_components/stuartwakefield2016-styles-avatar/avatar.css

The structure of the avatar fragment expected is as follows:

<... class="avatar">
  <img src="..."/>
</...>