Skip to content

Instantly share code, notes, and snippets.

@svanderbleek
Created February 8, 2014 07:48
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/8878200 to your computer and use it in GitHub Desktop.
Save svanderbleek/8878200 to your computer and use it in GitHub Desktop.
Untitled
body {
font-family: "Lato", Helvetica, Arial, sans-serif;
}
.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-size: 17px;
line-height: 1.567;
padding: 8px 12px;
border-radius: 6px;
box-shadow: none;
vertical-align: middle;
}
input:focus {
outline: 0;
}
h1 {
border-bottom: 3px solid #000;
display: inline-block;
margin-bottom: 0;
padding-bottom: 4px;
}
p {
font-size: 26px;
}
label {
font-size: 26px;
vertical-align: middle;
margin-bottom: 10px;
display: block;
}
a {
cursor: pointer;
display: block;
margin-bottom: 4px;
}
.yes {
color: #1abc9c;
}
.no {
color: #e74c3c;
}
<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>
</div>
<hr>
<div class="container">
<h1>Today's Lunch</h1>
<p>
Black Forest Ham and Apple
</p>
<p>
<a class="yes">That sounds yummy!</a>
<a class="no">I have other plans.</a>
</p>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment