Skip to content

Instantly share code, notes, and snippets.

@florinpop17
Last active March 8, 2019 05:17
Show Gist options
  • Save florinpop17/4c9a8df85b6ef1a64d6a13d21d2b8794 to your computer and use it in GitHub Desktop.
Save florinpop17/4c9a8df85b6ef1a64d6a13d21d2b8794 to your computer and use it in GitHub Desktop.
Sign In Form
<div class="form-container sign-in-container">
<form action="#">
<h1>Sign in</h1>
<div class="social-container">
<a href="#" class="social"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social"><i class="fab fa-google-plus-g"></i></a>
<a href="#" class="social"><i class="fab fa-linkedin-in"></i></a>
</div>
<span>or use your account</span>
<input type="email" placeholder="Email" />
<input type="password" placeholder="Password" />
<a href="#">Forgot your password?</a>
<button>Sign In</button>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment