Skip to content

Instantly share code, notes, and snippets.

@vocino
Created April 9, 2010 14:39
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 vocino/361227 to your computer and use it in GitHub Desktop.
Save vocino/361227 to your computer and use it in GitHub Desktop.
<style>
form dt {
clear:both;
width:33%;
float:left;
text-align:right;
}
form dd {
float:left;
width:66%;
margin:0 0 0.5em 0.25em;
}
</style>
<dl>
<dt><label for="email">Email:</label></dt>
<dd><input type="text" name="email" /></dd>
<dt><label for="name">Name:</label></dt>
<dd><input type="text" name="name" /></dd>
</dl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment