Last active
August 29, 2015 14:03
-
-
Save quagliero/f9f1232af4b89d10836a to your computer and use it in GitHub Desktop.
BEM Talk 1
This file contains hidden or 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
<aside class="module module--funky"> | |
<h3 class="module__title">Title</h3> | |
<section class="module__text"> | |
<p>bla bla bla</p> | |
<img class="module__img" src="img/foo.png"> | |
<a href="/bar" class="module__link">Read more</a> | |
</section> | |
</aside> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment