Skip to content

Instantly share code, notes, and snippets.

@tyv
Forked from anonymous/dabblet.css
Created April 27, 2012 10:25
Show Gist options
  • Save tyv/2508213 to your computer and use it in GitHub Desktop.
Save tyv/2508213 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: fixed 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