Skip to content

Instantly share code, notes, and snippets.

@seb-thomas
Created April 26, 2018 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seb-thomas/9b28b01b900933994ccaf006724e36d6 to your computer and use it in GitHub Desktop.
Save seb-thomas/9b28b01b900933994ccaf006724e36d6 to your computer and use it in GitHub Desktop.
<label class="label" for="postcodeInput">Postcode</label>
<div class="field has-addons">
<div class="control is-expanded">
<input id="postcodeInput" class="input" type="text" placeholder="E8 1BQ" value="sw15 2pw">
</div>
<div class="control">
<a id="submit" class="button is-primary">Go</a>
</div>
</div>
<div id="results"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment