Skip to content

Instantly share code, notes, and snippets.

@tyv
Created May 21, 2012 13:52
Show Gist options
  • Save tyv/2762431 to your computer and use it in GitHub Desktop.
Save tyv/2762431 to your computer and use it in GitHub Desktop.
Untitled
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;
}
<div>текст</div>
{"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