Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Created July 12, 2012 22:20
Show Gist options
  • Save james2doyle/3101461 to your computer and use it in GitHub Desktop.
Save james2doyle/3101461 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html {
background: #fff;
min-height: 100%;
}
input,label,textarea {
outline: none;
margin: 0;
padding: 0;
color: #333;
font-family: 'Open Sans', sans-serif;
float:left;
clear: both;
width: 200px;
}
label {
margin: 5px 0 5px;
}
input, textarea {
border: 1px solid #ddd;
padding: 4px;
font-size: 16px;
}
<form name="lookbook" method="post" action="email.php">
<label>contact name:</label>
<input type="text" name="name" id="name" />
<label>business name:</label>
<input type="text" name="business" id="business" />
<label>contact email</label>
<input type="email" name="email" id="email" />
<label>mailing address</label>
<textarea name="address" id="address"></textarea>
<input type="submit" name="submit" id="submit" />
</form>
{"view":"split-vertical","fontsize":"70","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment