Last active
December 17, 2015 04:06
-
-
Save jabaltorres/c71f0c898fd52c501a96 to your computer and use it in GitHub Desktop.
Form on DLS component list
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
<section id="forms" class="row section"> | |
<div class="large-12 columns"> | |
<h1>Forms</h1> | |
</div> | |
<span class="gist"><a class="icon icon-ajmn-embed" href="https://gist.github.com/capitalJT/c71f0c898fd52c501a96" target="_blank"></a></span> | |
<hr> | |
<div class="large-12 columns"> | |
<div class="medium-4 columns"> | |
<form action="#"> | |
<label>Name | |
<input type="text" placeholder="Enter Your Name"> | |
</label> | |
<label>Email | |
<input type="email" placeholder="Enter Your Email"> | |
</label> | |
<label>URL | |
<input type="url" placeholder="Website if you got one"> | |
</label> | |
<label>Comment | |
<textarea rows="5" placeholder="Write your comment here"></textarea> | |
</label> | |
<input class="button expand" type="submit" value="Submit"> | |
</form> | |
</div><!-- end .medium-4 --> | |
<div class="medium-4 columns"> | |
<form action="#"> | |
<label>User Name | |
<input type="text"> | |
</label> | |
<label>Password | |
<input type="password"> | |
</label> | |
<input class="button expand" type="submit"> | |
</form> | |
</div><!-- end .medium-4 --> | |
<div class="medium-4 columns"> | |
<form action="#"> | |
<input type="text" placeholder="User Name"> | |
<input type="password" placeholder="Password"> | |
<input class="button expand" type="submit"> | |
</form> | |
</div><!-- end .medium-4 --> | |
</div> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No Sass file for the forms yet