Created
January 17, 2012 15:49
-
-
Save shabunc/1627157 to your computer and use it in GitHub Desktop.
Untitled
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
| 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; | |
| } |
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
| <ul> | |
| <li><div>First list</div></li> | |
| <li><div>Second list continue to second line.</div></li> | |
| <li><div>В минуту жизни трудную томится ль в сердце грусть одну молитву чудную твержу я наизусть</div></li> | |
| </ul> |
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
| {"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