Skip to content

Instantly share code, notes, and snippets.

@pmutua
Created February 23, 2017 05:24
Show Gist options
  • Save pmutua/2be3a418550c8c66583cdaab3d8770d9 to your computer and use it in GitHub Desktop.
Save pmutua/2be3a418550c8c66583cdaab3d8770d9 to your computer and use it in GitHub Desktop.
simple-call-to-action
<!--CAll to action-->
<div class="container text-center " id="background-call-action">
<h3 style="color: white">Get our daily food items delivered to your email</h3>
<form action="" class="form-inline">
<div class="form-group">
<input type="text" class="form-control" id="subscription" placeholder="Your email"></input>
<button type="submit" class="btn btn-default">Subscribe</button>
</div>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment