Skip to content

Instantly share code, notes, and snippets.

@BaylorRae
Created March 12, 2012 21:40
Show Gist options
  • Save BaylorRae/2024850 to your computer and use it in GitHub Desktop.
Save BaylorRae/2024850 to your computer and use it in GitHub Desktop.
Untitled
ul {
list-style: none;
}
li {
margin-bottom: 20px;
}
a {
display: block;
width: 250px;
background: linear-gradient(#ddd, #ccc);
padding: 10px;
}
<ul>
<li><a href="#">This item has a short title</a></li>
<li><a href="#">This is an item that has a long title that should go onto two lines</a></li>
</ul>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment