Inspired by https://dribbble.com/shots/1937525-Create-New-Project
- Get the JS: Normal JS or Minified JS
- Get the CSS: Sass or Normal CSS or Minified CSS
- Add the buttons: HTML example below or HAML
<div class="form-button fixed-width red">
<label for="name" class="cta">
<i class="icon fa fa-file-text-o"></i>
<span class="text">Create new file</span>
</label>
<input class="input" type="text" placeholder="File name" id="name" name="name">
<button class="submit" type="submit">
<i class="fa fa-arrow-right"></i>
</button>
</div>
I would love any feedback or suggestions: sconstantinides [at] gmail [dot] com