Navigation HTML/CSS
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
#nav ul li {
float: left;
margin: 0;
padding: 0;
}
#nav ul li a {
float: left;
display: block;
padding: .8em 1em .8em 1em;
margin: 0;
text-decoration: none;
}
12382 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world