Created
September 29, 2012 15:15
-
-
Save birtles/3804308 to your computer and use it in GitHub Desktop.
Very Vegemite restaurant reservation
This file contains hidden or 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
/** | |
* 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; | |
} |
This file contains hidden or 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
<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> |
This file contains hidden or 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
{"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