Last active
July 11, 2017 16:49
-
-
Save Ynote/2a96ff348db49e885a2754f537e8a90e 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="header"> | |
| <img src="image.png" class="header__image" /> | |
| <div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Il manque un
alt=""sur la baliseimg.