Skip to content

Instantly share code, notes, and snippets.

@shabunc
Created January 17, 2012 15:49
Show Gist options
  • Select an option

  • Save shabunc/1627157 to your computer and use it in GitHub Desktop.

Select an option

Save shabunc/1627157 to your computer and use it in GitHub Desktop.
Untitled
ul {
}
li {
margin: 0 0 1em;
background: url("http://dabblet.com/favicon.ico") no-repeat;
//list-style-image: url("http://dabblet.com/favicon.ico");
background-position: 0 center;
padding-left: 40px;
}
li div {
vertical-align: middle;
text-align: center;
height: 200px;
width: 100px;
outline:1px solid red;
}
<ul>
<li><div>First list</div></li>
<li><div>Second list continue to second line.</div></li>
<li><div>В минуту жизни трудную томится ль в сердце грусть одну молитву чудную твержу я наизусть</div></li>
</ul>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment