Last active
July 31, 2016 15:51
-
-
Save tomasstankovic/8af83e736ae953c4a4c8a77a2b25cf6e to your computer and use it in GitHub Desktop.
My BEM HTML example.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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