Skip to content

Instantly share code, notes, and snippets.

@monicao
Last active December 14, 2015 13:28
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 monicao/5093201 to your computer and use it in GitHub Desktop.
Save monicao/5093201 to your computer and use it in GitHub Desktop.
body {
margin: 0;
}
nav {
/*padding: 4px 0 8px 0;*/
margin-top: 20px;
width: 100%;
height: 40px;
line-height: 40px;
background-color: black;
}
nav ul {
color: white;
list-style: none;
}
nav ul li {
display: inline;
font-size: 16px;
font-family: 'Sintony', sans-serif;
padding: 0 7px;
}
.content {
margin-left: 150px;
width: 600px;
}
.project h3 a{
color: #FAA819;
text-decoration: none;
}
.project {
width: 300px;
float: left;
}
.clear {
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment