Created
July 9, 2017 20:32
-
-
Save alexcambose/af494efe84b0229980b251b97cfd032a to your computer and use it in GitHub Desktop.
Emmet login form. Just press TAB :)
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.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