Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Last active October 1, 2015 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadawais/492f3789f8864ff7380e to your computer and use it in GitHub Desktop.
Save ahmadawais/492f3789f8864ff7380e to your computer and use it in GitHub Desktop.
CSS: BEM Basics #2
<form class="sign-up-form">
<input class="sign-up-form__field " type="text" value="name" />
<input class="sign-up-form__field sign-up-form__field--red" type="text" value="email" />
<input class="sign-up-form__button" type="submit" value="SUBSCRIBE" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment