-
-
Save tyv/2508213 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
.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; | |
} | |
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 class="frame"> | |
<div class="back"></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