Skip to content

Instantly share code, notes, and snippets.

@alexcambose
Created July 9, 2017 20:32
Show Gist options
  • Select an option

  • Save alexcambose/af494efe84b0229980b251b97cfd032a to your computer and use it in GitHub Desktop.

Select an option

Save alexcambose/af494efe84b0229980b251b97cfd032a to your computer and use it in GitHub Desktop.
Emmet login form. Just press TAB :)
div.container>div.row>div.col-md-6.col-md-offset-3>div.panel.panel-default>div.panel-body>form[method=post]>(div.form-group>label[for=email]{Your email}+input[type=email name=email]#email.form-control)+(div.form-group>label[for=password]{Your password}+input[type=password name=password]#password.form-control)+button[type=submit].btn.btn-primary{Login}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment