Skip to content

Instantly share code, notes, and snippets.

@Lin4ipsum
Created September 17, 2012 04:08
Show Gist options
  • Save Lin4ipsum/3735481 to your computer and use it in GitHub Desktop.
Save Lin4ipsum/3735481 to your computer and use it in GitHub Desktop.
Ugly Duck
<style>
ul {padding:0;}
ul li {
background-repeat: no-repeat;
background-position: top left;
background-image: url('http://hosturl.co.uk/cc/d.png');
line-height: 57px;
padding-left: 70px;
margin: 0px;
list-style: none;
}
ul.duck > li {
background-image: url('http://hosturl.co.uk/cc/ud.png');
}
</style>
<ul class="duck">
<ul>
<li>I'm a duck</li>
<li>I'm a duck</li>
<li>I'm a duck</li>
</ul>
<li>I'm an ugly duck</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment