Skip to content

Instantly share code, notes, and snippets.

@bholzer
Created May 16, 2012 05:37
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 bholzer/2707768 to your computer and use it in GitHub Desktop.
Save bholzer/2707768 to your computer and use it in GitHub Desktop.
.container {
width: 710px;
}
body {
background: #cff;
}
header {
padding-top: 20px;
}
header img {
padding: 1em;
background: #fff;
}
section {
margin-top: 1em;
font-size:120%;
padding: 20px;
background: #fff;
}
section h1 {
font-size: 200%;
}
a {
color: #09c;
text-decoration: none;
}
a:hover {
color: #069;
text-decoration: underline;
}
a:visited {
color: #069;
}
//This is the nav that keeps hopping around
nav {
float: right;
background-color: white;
padding: 0 0.7em;
white-space: nowrap;
}
nav ul {
margin: 0;
padding: 0;
}
nav ul li {
list-style-type:none;
display: inline-block;
padding: 0.2em 0;
}
nav ul li a {
padding: 0 5px;
font-weight: bold;
}
a.signup_button {
// margin-left: auto;
// margin-right: auto;
display: block;
text-align: center;
width: 160px;
color: #fff;
background: #006400;
font-size: 150%;
font-weight: bold;
padding: 20px;
}
.round {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
footer {
text-align: center;
margin-top: 10px;
width: 710px;
margin-left: auto;
margin-right: auto;
}
footer nav {
float: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment