Created
September 17, 2012 04:08
-
-
Save Lin4ipsum/3735481 to your computer and use it in GitHub Desktop.
Ugly Duck
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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