Skip to content

Instantly share code, notes, and snippets.

@sbrandwoo
Created January 12, 2012 23:05
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 sbrandwoo/1603701 to your computer and use it in GitHub Desktop.
Save sbrandwoo/1603701 to your computer and use it in GitHub Desktop.
Untitled
input[type="email"] {
margin: 0;
padding: 5px;
border: 1px solid black;
border-right: none;
border-radius: 6px 0 0 6px;
font-size: 16px;
}
input[type="submit"] {
margin: 0;
padding: 6px 15px;
border: none;
border-radius: 0 6px 6px 0;
font-size: 16px;
line-height: normal;
color: white;
background: #D94E35;
}
<!-- content to be placed inside <body>…</body> -->
<br><br><br><br><br>
<input type="email" value="" placeholder="email address" required><input type="submit" value="Subscribe">
{"view":"split","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment