Skip to content

Instantly share code, notes, and snippets.

@birtles
Created September 29, 2012 15:15
Show Gist options
  • Save birtles/3804308 to your computer and use it in GitHub Desktop.
Save birtles/3804308 to your computer and use it in GitHub Desktop.
Very Vegemite restaurant reservation
/**
* Very Vegemite restaurant reservation
*/
body {
font-size: 20px;
font-family: sans-serif;
}
input {
font-size: 1.1em;
margin-left: 0.5em;
}
p {
background: #eee;
border-radius: 0.4em;
padding: 0.3em;
}
label {
display: inline-block;
margin: 0.2em;
}
<form>
<p><label>Name <input></label></p>
<p><label>Telephone <input></label></p>
<p><label>Email <input></label></p>
<p><label>Date <input></label>
<label>Time <input></label></p>
<p><label>Number of people <input></label></p>
<p><label>How did you hear about us? <input></label></p>
<p><label>Special requests<br><textarea></textarea></p>
<p><input type="submit"></p>
</form>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment