Created
July 27, 2020 20:26
-
-
Save AlfieDarko/361a0e8ed1ac623584e7d06c6da1b24a to your computer and use it in GitHub Desktop.
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
/* Super simplified html form to illustrate BEM classname usage. */ | |
<form class="checkout-form checkout-form--darkmode"> | |
<p class="checkout-form__title"> | |
Buy Bitcoins! | |
</p> | |
<input class="checkout-form__input checkout-form__input--big"/> | |
<button class="checkout-form__btn"> | |
Buy Now! | |
</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment