Skip to content

Instantly share code, notes, and snippets.

@svanderbleek
Created February 7, 2014 00:02
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 svanderbleek/8855037 to your computer and use it in GitHub Desktop.
Save svanderbleek/8855037 to your computer and use it in GitHub Desktop.
Untitled
.container {
width: 400px;
margin: 200px auto;
}
button {
padding: 10px 19px;
font-size: 17px;
line-height: 1.471;
border-radius: 6px;
color: #ffffff;
background-color: #3498db;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
}
input {
border: 2px solid #000;
color: #34495e;
font-family: "Lato", Helvetica, Arial, sans-serif;
font-size: 17px;
line-height: 1.567;
padding: 8px 12px;
border-radius: 6px;
box-shadow: none;
vertical-align: middle;
}
input:focus{
outline: 0;
}
<div class="container">
<img src="https://lh4.googleusercontent.com/-xcoUZc0Sz8E/UvPUjj_O58I/AAAAAAAAAMk/KnxxTM9wTNs/w426-h237/lunchboxe.png">
<form>
<input type="text" placeholder="your email :)">
<button>Sign Up</button>
</form>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment