Created
May 21, 2012 13:52
-
-
Save tyv/2762431 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
div | |
{ | |
color: red; | |
margin-left: 10px; | |
padding: 5px 10px 20px 30px; | |
background-color: #ccc; | |
background-image: url(http://favicon.yandex.net/favicon/ru.wikipedia.org); | |
background-repeat: repeat-x; | |
background-position: 50%; | |
/* то же самое */ | |
background: #ccc url(http://favicon.yandex.net/favicon/ru.wikipedia.org) 50% repeat-x; | |
border-radius: 3px 12px; | |
width: 100px; | |
} |
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
<div>текст</div> |
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":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment