Skip to content

Instantly share code, notes, and snippets.

@machida
Created May 20, 2012 11:53
Show Gist options
  • Save machida/2757799 to your computer and use it in GitHub Desktop.
Save machida/2757799 to your computer and use it in GitHub Desktop.
cssのsample
nav#global {
width: 80%;
height: 23px;
}
nav#global ul {
list-style-type: none;
}
nav#global li {
float: left;
}
nav#global li a {
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment