Last active
July 9, 2017 13:28
-
-
Save Ynote/7085d2dc046ca21e8b472705d9dd185f to your computer and use it in GitHub Desktop.
Medium - BEM methodology snippet
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
<div class="project-card"> | |
<h4 class="project-card__title">Mon nouveau projet</h4> | |
<p class="project-card__description">Une description passionnante</p> | |
<a class="project-card__action project-card__action-primary">Découvrir</a> | |
<div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment