Skip to content

Instantly share code, notes, and snippets.

@tomasstankovic
Last active July 31, 2016 15:51
Show Gist options
  • Save tomasstankovic/8af83e736ae953c4a4c8a77a2b25cf6e to your computer and use it in GitHub Desktop.
Save tomasstankovic/8af83e736ae953c4a4c8a77a2b25cf6e to your computer and use it in GitHub Desktop.
My BEM HTML example.
<div class="widget">
<a class="widget__social" href="#">facebook</a>
<h3 class="widget__title">Slinto Komik</h3>
<div class="widget__stats">
<a class="widget__stats-item" href="#">31 Like</a>
<a class="widget__stats-item active" href="#">140 Comment</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment