Skip to content

Instantly share code, notes, and snippets.

Created April 27, 2012 10:23
Show Gist options
  • Save anonymous/2508203 to your computer and use it in GitHub Desktop.
Save anonymous/2508203 to your computer and use it in GitHub Desktop.
Untitled
.frame
{
position: relative;
overflow:scroll;
height: 500px;
background: linear-gradient(bottom, #f7f5e8, #a2cce7);
border-bottom: 4px solid orange
}
.back
{
width: 200%;
height: 500px;
amargin-left: -50%;
background: url(https://yandex.st/lego/_/X31pO5JJJKEifJ7sfvuf3mGeD_8.png) no-repeat;
}
<div class="frame">
<div class="back"></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