start form input css

This commit is contained in:
Adam Bradley
2013-08-29 11:34:07 -05:00
parent fbb4a727a5
commit 5f0daf1870
11 changed files with 2355 additions and 20 deletions

View File

@@ -19,6 +19,19 @@
<main class="content content-padded has-header">
<h2>Text input</h2>
<p>
<input type="text" placeholder="This is where text goes!">
</p>
<h2>Search input</h2>
<p>
<input type="text" class="input-medium search-query" placeholder="Search">
</p>
<h2>Textarea</h2>
<textarea></textarea>
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
</main>