Created
June 13, 2013 22:00
-
-
Save anonymous/5777750 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
#curl{ | |
width:100px; | |
height:100px; | |
position:fixed; | |
top:0; | |
right:0; | |
} | |
#curl:hover{ | |
width:350px; | |
height:350px; | |
-webkit-transition: ease 1s; | |
-moz-transition: ease 1s; | |
} | |
#peel{ | |
background:white url('https://dl.dropboxusercontent.com/u/1148/web/origins/peel/peel-bg.jpg') no-repeat top right; | |
background-size:180%; | |
overflow:hidden; | |
width:100px; | |
height:100px; | |
position:fixed; | |
top:0; | |
right:0; | |
} | |
#peel:hover{ | |
width:350px; | |
height:350px; | |
background-size:100%; | |
-webkit-transition: ease 1s; | |
-moz-transition: ease 1s; | |
cursor:pointer; | |
} | |
#bg{ | |
display:none; | |
} |
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 id="peel"> | |
<img id="bg" src="https://dl.dropboxusercontent.com/u/1148/web/origins/peel/peel-bg.jpg"/> | |
<img id="curl" src="https://dl.dropboxusercontent.com/u/1148/web/origins/peel/peel-page.png"> | |
</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":"split","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