Created
January 12, 2012 23:05
-
-
Save sbrandwoo/1603701 to your computer and use it in GitHub Desktop.
Untitled
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
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; | |
} |
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
<!-- 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"> |
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","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment