Skip to content

Instantly share code, notes, and snippets.

@alexpchin
Created March 31, 2015 06:46
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 alexpchin/1183175e7e0804696b00 to your computer and use it in GitHub Desktop.
Save alexpchin/1183175e7e0804696b00 to your computer and use it in GitHub Desktop.
Expres Intro CSS
body {
text-align: center;
margin: 0;
}
header {
height: 60px;
line-height: 60px;
width: 100%;
background: #7fbd42;
overflow: hidden;
}
header nav {
max-width: 960px;
margin: 0 auto;
}
header nav ul {
margin: 0 auto;
padding: 0;
}
header nav ul li {
list-style-type: none;
display: inline;
}
header nav img {
display: inline-block;
height: 60px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment