Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. // Pulling Awesome Font
  2. link(href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css", rel="stylesheet")
  3. .container
  4. .row
  5. .col-md-offset-5.col-md-3
  6. .form-login
  7. h4 Welcome back.
  8. input#userName.form-control.input-sm.chat-input(type="text", placeholder="username")
  9. br
  10. input#userPassword.form-control.input-sm.chat-input(type="text", placeholder="password")
  11. br
  12. .wrapper
  13. span.group-btn
  14. a.btn.btn-primary.btn-md(href="#")
  15. | login
  16. i.fa.fa-sign-in
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement