Skip to content

Instantly share code, notes, and snippets.

@gioAlea
Last active October 7, 2015 15:08
Show Gist options
  • Save gioAlea/cbb5cfed0681e1830eb4 to your computer and use it in GitHub Desktop.
Save gioAlea/cbb5cfed0681e1830eb4 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
a {
display: block;
width: 100px;
background-color: #dddddd;
}
</style>
</head>
<body>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#overview">Overview</a></li>
<li><a href="#contributors">Contributors</a></li>
<li><a href="#features">Features</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment