Created
April 26, 2018 16:48
-
-
Save seb-thomas/9b28b01b900933994ccaf006724e36d6 to your computer and use it in GitHub Desktop.
This file contains 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
<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