Created
February 23, 2019 19:37
-
-
Save estefanionsantos/6e9b701e9b44b3650662debbd2cba1a8 to your computer and use it in GitHub Desktop.
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="row row_fluid"> | |
<div class="gd gd_4 gd_md_6 gd_sm_12 pp_1_lg_bottom gd_field"> | |
<input type="text" placeholder="Name"/> | |
</div> | |
<div class="gd gd_4 gd_md_6 gd_sm_12 pp_1_lg_bottom gd_field"> | |
<input type="text" placeholder="Email"/> | |
</div> | |
<div class="gd gd_4 gd_md_12 gd_field"> | |
<input type="text" placeholder="Work"/> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="gd gd_12 tx_right"> | |
<button class="bt bt_primary">Send</button> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment