Skip to content

Instantly share code, notes, and snippets.

@florinpop17
Last active March 8, 2019 05:14
Show Gist options
  • Save florinpop17/4cdd0c8d957b400dae8a2c8b8c13c25c to your computer and use it in GitHub Desktop.
Save florinpop17/4cdd0c8d957b400dae8a2c8b8c13c25c to your computer and use it in GitHub Desktop.
Basic skeleton
<div class="container" id="container">
<div class="form-container sign-up-container">
<!-- Sign Up form code goes here -->
</div>
<div class="form-container sign-in-container">
<!-- Sign In form code goes here -->
</div>
<div class="overlay-container">
<!-- The overlay code goes here -->
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment