Created
February 29, 2024 11:30
-
-
Save estefanionsantos/52c62b83ab52722e6cdea66f85abf98c to your computer and use it in GitHub Desktop.
Stacked Form
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
<form> | |
<div class="row"> | |
<div class="gr gr_8 gr_md_12"> | |
<div class="row"> | |
<div class="gr gr_12 gr_field"> | |
<input type="email" name="email" placeholder="Email" /> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="gr gr_12 gr_field"> | |
<input type="password" name="password" placeholder="Password" /> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="gr gr_12"> | |
<button class="bt bt_prm">Send</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment