A Pen by Rafaela Lucas on CodePen.
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 class="container right-panel-active"> | |
<!-- Sign Up --> | |
<div class="container__form container--signup"> | |
<form action="#" class="form" id="form1"> | |
<h2 class="form__title">Sign Up</h2> | |
<input type="text" placeholder="User" class="input" /> | |
<input type="email" placeholder="Email" class="input" /> | |
<input type="password" placeholder="Password" class="input" /> | |
<button class="btn">Sign Up</button> | |
</form> |